copy
fun copy(mapKey: String = this.mapKey, cameraOptions: CameraOptions? = this.cameraOptions, padding: Padding = this.padding, mapStyle: StyleDescriptor? = this.mapStyle, styleMode: StyleMode = this.styleMode, onlineCachePolicy: OnlineCachePolicy = this.onlineCachePolicy, renderToTexture: Boolean = this.renderToTexture): MapOptions
Deprecated
This will be removed from future releases after 2025-12-16.
Replace with
MapOptions(mapKey, cameraOptions, padding, mapStyle, styleMode, onlineCachePolicy, renderToTexture)
Content copied to clipboard