IOptions Interface

Object containing the options used for initializing the API

Definition

Namespace: StreetSmart.Common.Interfaces.Data
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface IOptions

Properties

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.

Version Information

Supported in: 18.7

See Also