Package-level declarations

Types

Link copied to clipboard
data class MapStyleData(val url: String, val terrainState: TerrainState? = null)
Link copied to clipboard

The object describes what state the screen should try to be when user open the screen. State will be apply if devices are available and all states satisfy the conditions.

Link copied to clipboard
data class TransformedMapStyle(val styleData: MapStyleData, val is3D: Boolean, val standardStyleTheme: StandardStyleTheme, val standardStyleLighting: StandardStyleLighting)