getMapboxMap

@JvmName(name = "getMapboxMapDeprecated")
fun getMapboxMap(): MapboxMap

Deprecated

This method is deprecated, and will be removed in next major release. Use [mapboxMap] property instead.

Replace with

mapboxMap

Returns a MapboxMap object that can be used to interact with the map.

Return

MapboxMap object to interact with the map.