IOptions Interface
Object containing the options used for initializing the API
Namespace: StreetSmart.Common.Interfaces.DataAssembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
public interface IOptions
AddressSettings |
The address settings to use for address searches.
|
APIKey |
ApiKey given to the user.
|
ClientId |
ClientId given to the user (for OAuth log in)
|
ConfigurationURL |
Deprecated - Alternate configuration url to use for all configuration services
|
DoOAuthLogoutOnDestroy |
Flag for oauth logout to happen with destroy
|
Element |
DomElement where in the panoramic viewer is rendered
|
Locale |
Language used as default in the API.
|
LoginOauth |
Flag for login with oauth
|
LoginOauthSilentOnly |
Indicates to login with OAuth with silent authentication only. true means using silent authentication only. false means use silent authentication together with login popup authentication if silent authentication fails (for example when user session expired). This parameter is optional and false is default.
|
Password |
Password of the user.
|
SRS |
Coordinate system used in the API. E.g. "EPSG:29882".
|
Username |
Username of the user.
|
Supported in: 18.7