getMapProjection

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

MapProjection.TRANSITION_ZOOM_LEVEL
Link copied to clipboard

abstract fun getMapProjection(): MapProjection