Creates an instance of MPMapConfig.
Optional Readonly colorThe color of the label text (a Hex color String (#1f1f1f))
Optional Readonly enableEnable fade-in effect on MapsIndoors tiles. Changes will be reflected on the map upon changing floors.
Default behavior is enabled fade-in.
Optional Readonly floorReplaces the default FloorSelector with a custom one.
Optional Readonly mapsThe zoom level at which the map should transition to MapsIndoors tiles. Mapbox specific.
The default value is 17.
Optional Readonly showEnable/Disable showing the floor selector.
Optional Readonly showWhether to show a white shadow behind the text to make it more readable.
Optional Readonly showEnables/Disables the info window on user-selected locations.
The info window is shown by default when the user selects a location (by tapping on it).
Optional Readonly showWhether to show the mapbox markers on the map. Includes POI's and Places. Mapbox specific The default value is undefined, and enables/disables based on the transition zoom level.
Optional Readonly showRenders the positioning puck (blue dot) at the last known user position on the map.
Optional Readonly textChanges the text size of the maps marker labels.
The size is in dense pixels (DP).
Optional Readonly typefaceThe name of the typeface family to use on the map (the typeface must be supported on the native platform).
Readonly useWhether to use the default map styling used by MapsIndoors, true by default.
Generated using TypeDoc
This configuration object is used when creating a new MapControl instance.
Export