Optionalanalytics?: { baseUri?: string; logEvents?: boolean; sendEvents?: boolean }OptionalbaseUri?: stringCustom base URI for analytics requests. If not provided, the default analytics endpoint will be used.
Use the environment setting to switch environments.
OptionallogEvents?: booleanWhether to log analytics events.
OptionalsendEvents?: booleanWhether to send analytics events to the server.
OptionalbaseAuthUri?: stringOptionally provide a custom base URL for authentication when obtaining an access token.
Use the environment setting to switch environments.
OptionalbaseUri?: stringOptionally provide a custom base URL for the Mappedin API request.
Use the environment setting to switch environments
Optionalenvironment?: ServiceEnvironmentset the target SDK environment
OptionalfallbackToNavigatorLanguage?: booleanWhether to use browser's language settings as fallback if the supplied language code is not available.
Optionallanguage?: stringThe language of the map data. The ISO 639-1 language code to change to (e.g., 'en' for English, 'fr' for French). Check (EnterpriseVenue.languages) for available languages
Mappedin map ID.
OptionalonMVFParsed?: (mvf: TMVF) => voidCallback for when the Mappedin map data has been fetched and parsed as Mappedin Venue Format (MVF) data.
OptionalprefetchTokens?: booleanFetch bearer and SAS tokens for the map ahead of time and keep them up to date in the background.
Optionalsearch?: TSearchOptionsOptionalviewId?: stringLoad different view of mvf data based on configId
Analytics configuration.