MapOptions

fun MapOptions(    mapKey: String,     cameraOptions: CameraOptions? = null,     padding: Padding = Padding(),     mapStyle: StyleDescriptor? = null,     styleMode: StyleMode = StyleMode.MAIN,     resourceCachePolicy: ResourceCachePolicy = DEFAULT_CACHE_POLICY,     renderToTexture: Boolean = false)

Parameters

mapKey

Provides Maps API key.

cameraOptions

Provides CameraOptions associated with the current MapOptions.

padding

Provides Padding of the map view. By default, padding is set to 0 for all sides.

mapStyle

Provides custom StyleDescriptor with style that will be used as initial style.

styleMode

Defines StyleMode that will be used during the initialization.

resourceCachePolicy

Provides a custom ResourceCachePolicy that should be used for style caching.