Appearance
Interface: SetOptions
Extended by
Properties
| Property | Type | Description |
|---|---|---|
boost? | Boost | - |
coordsData? | CoordsData[] | - |
defaultCustomRoutingConfig? | DefaultCustomRoutingConfig | Default custom routing options |
entityData? | MapEntity[] | - |
entityDefaults? | MapEntity | - |
features? | Partial<FeatureFlagSet> | - |
focus? | number | "property" | null | Focus mode for the map: - If "property" → initial focus will be at the property level - If a BuildingId (number) is passed → focus will go to that building level |
idleTime? | number | Idle timeout delay in milliseconds |
loader? | "cube" | "rolling" | "spinner" | Loader that will be used in the map, the value should be from the above set of loader options else the default loader will be used. This config field will be used only during the initialization - [[initialize]] |
mapOverlayMarkers? | MapOverlayMarker[] | Array of map overlay marker details |
shareUrl? | string | Custom url that will used while creating links to share entities and routes e.g. if https://your.domain/deeplink/<app name> is set then entity selection share link will be generated as: https://your.domain/deeplink/<app name>/map/select?property=95&building=95&floor=184&entity=81 By following this URL structure [https://your.domain/deeplink/<app name>], the Mapsted mobile application will be able to properly handle deep links and provide a seamless user experience |