MapStyleLighting

Holds available MapStyleLighting types.

Configuration will be applied only if the current map style is based on the mapbox standard style.

Available values are:

Types

Properties

Link copied to clipboard
const val AUTO: String

Map style will use a lighting according appearance settings. Check DashUiConfig.uiModeSettings

Link copied to clipboard
const val DAWN: String

Map style will use a dawn lighting.

Link copied to clipboard
const val DAY: String

Map style will use a day lighting.

Link copied to clipboard
const val DUSK: String

Map style will use a dusk lighting.

Link copied to clipboard
const val NIGHT: String

Map style will use a night lighting.