Compose Map Init Options
data class ComposeMapInitOptions(val mapOptions: MapOptions, val textureView: Boolean = false, val antialiasingSampleCount: Int = DEFAULT_ANTIALIASING_SAMPLE_COUNT, val mapName: String = "")
Defines configuration ComposeMapInitOptions for a MapboxMap composable function.
Constructors
Link copied to clipboard
fun ComposeMapInitOptions(pixelRatio: Float, textureView: Boolean = false, antialiasingSampleCount: Int = DEFAULT_ANTIALIASING_SAMPLE_COUNT, mapName: String = "")
Link copied to clipboard
fun ComposeMapInitOptions(mapOptions: MapOptions, textureView: Boolean = false, antialiasingSampleCount: Int = DEFAULT_ANTIALIASING_SAMPLE_COUNT, mapName: String = "")