OptionsFactoryCreate(String, String, String, String, IDomElement) Method

Create the options object which used for initializing the API

Definition

Namespace: StreetSmart.Common.Factories
Assemblies:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.4.0.0+7bd49053dfe51af01391d923dce38932dc8e8587
  StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.4.0.0+7bd49053dfe51af01391d923dce38932dc8e8587
C#
public static IOptions Create(
	string userName,
	string password,
	string apiKey,
	string srs,
	IDomElement element
)

Parameters

userName  String
Username of the user.
password  String
Password of the user.
apiKey  String
ApiKey given to the user.
srs  String
Coordinate system used in the API. E.g. "EPSG:29882".
element  IDomElement
The Domelement where in the panoramic image is rendered.

Return Value

IOptions
Object containing the options used for initializing the API

Version Information

Supported in: 18.7

See Also