StyleDescriptor

fun StyleDescriptor(uri: Uri, darkUri: Uri? = null, layerMappingUri: Uri? = null, darkLayerMappingUri: Uri? = null)

Parameters

uri

RFC 2396-compliant Uri to the main map style file.

darkUri

RFC 2396-compliant Uri to the dark version of the map style file.

layerMappingUri

RFC 2396-compliant Uri to the layer mapping file used for the main style. If not supplied, the default mapping file is used.

darkLayerMappingUri

RFC 2396-compliant Uri to the layer mapping file used for the dark style variant. If not supplied, the default mapping file will be used.