IOptions Interface
Object containing the options used for initializing the API
Namespace: StreetSmart.Common.Interfaces.DataAssemblies: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
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