Map UISettings
data class MapUISettings(val compassEnabled: Boolean = false, val myLocationButtonEnabled: Boolean = false, val scaleBarEnabled: Boolean = true, val togglePitchEnabled: Boolean = true, val scrollEnabled: Boolean = true, val zoomEnabled: Boolean = true, val appleRotateGesturesEnabled: Boolean = true, val androidIndoorLevelPickerEnabled: Boolean = true, val androidMapToolbarEnabled: Boolean = true, val androidRotationGesturesEnabled: Boolean = true, val androidScrollGesturesEnabledDuringRotateOrZoom: Boolean = true, val androidTiltGesturesEnabled: Boolean = true, val androidZoomControlsEnabled: Boolean = true)
UI settings that control interactive elements and gestures on the map.
Parameters
compass Enabled
Whether to show the compass control
my Location Button Enabled
Whether to show the "My Location" button
scale Bar Enabled
Whether to show the scale bar
toggle Pitch Enabled
Whether pitch gestures are enabled
scroll Enabled
Whether scroll gestures are enabled
zoom Enabled
Whether zoom gestures are enabled
apple Rotate Gestures Enabled
Whether rotation gestures are enabled (iOS only)
android Indoor Level Picker Enabled
Whether indoor level picker is enabled (Android only)
android Map Toolbar Enabled
Whether the map toolbar is enabled (Android only)
android Rotation Gestures Enabled
Whether rotation gestures are enabled (Android only)
android Scroll Gestures Enabled During Rotate Or Zoom
Whether scroll gestures work during rotate/zoom (Android only)
android Tilt Gestures Enabled
Whether tilt gestures are enabled (Android only)
android Zoom Controls Enabled
Whether zoom controls are enabled (Android only)
Constructors
Link copied to clipboard
constructor(compassEnabled: Boolean = false, myLocationButtonEnabled: Boolean = false, scaleBarEnabled: Boolean = true, togglePitchEnabled: Boolean = true, scrollEnabled: Boolean = true, zoomEnabled: Boolean = true, appleRotateGesturesEnabled: Boolean = true, androidIndoorLevelPickerEnabled: Boolean = true, androidMapToolbarEnabled: Boolean = true, androidRotationGesturesEnabled: Boolean = true, androidScrollGesturesEnabledDuringRotateOrZoom: Boolean = true, androidTiltGesturesEnabled: Boolean = true, androidZoomControlsEnabled: Boolean = true)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard