MapProperties

constructor(isMyLocationEnabled: Boolean = false, isTrafficEnabled: Boolean = true, isBuildingEnabled: Boolean = true, mapType: MapType? = MapType.NORMAL, mapTheme: MapTheme = MapTheme.SYSTEM, appleShowPOI: Boolean = true, applePointsOfInterest: AppleMapsPointOfInterestCategories? = null, applePolylineTapThreshold: Float? = null, androidIsIndoorEnabled: Boolean = true, androidMaxZoomPreference: Float? = null, androidMinZoomPreference: Float? = null, androidMapStyleOptions: GoogleMapsMapStyleOptions? = null)

Parameters

isMyLocationEnabled

Whether to show the user's current location on the map

isTrafficEnabled

Whether to display traffic information on the map

isBuildingEnabled

Whether to show 3D buildings on the map

mapType

The type of map to display

mapTheme

The theme for the map appearance

appleShowPOI

Whether to show points of interest (POIs) on the map (iOS only)

applePointsOfInterest

POI categories to include/exclude (iOS only)

applePolylineTapThreshold

Threshold for polyline tap detection (iOS only)

androidIsIndoorEnabled

Whether indoor maps are enabled (Android only)

androidMaxZoomPreference

Maximum zoom level preference (Android only)

androidMinZoomPreference

Minimum zoom level preference (Android only)

androidMapStyleOptions

Custom map styling options (Android only)