getMapProjection

open override fun getMapProjection(): MapProjection

Get current map projection for Mapbox map.

Please note that even if MapboxMap is configured to use MapProjection.Globe starting from MapProjection.TRANSITION_ZOOM_LEVEL and above this method will return MapProjection.Mercator.

Return

MapProjection map is using.

See also