MapStylePreference

The class representing the user's preferred map style.

This data class includes several properties that represent the user's preferred settings for displaying a map. The is3dMapEnabled property indicates whether 3D map mode is enabled, while the isSatelliteModeEnabled property indicates whether satellite mode is enabled. The isTerrainEnabled property indicates whether terrain is enabled, and the theme property represents the selected map theme.

See also

Properties

Link copied to clipboard

Whether 3D map mode is enabled.

Link copied to clipboard

Whether satellite mode is enabled.

Link copied to clipboard

Whether terrain is enabled.

Link copied to clipboard

The selected map theme.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int