MapProjection

sealed class MapProjection

Describes the projection used to render the map.

Mapbox map supports Mercator and Globe projections.

Types

Globe
Link copied to clipboard
object Globe : MapProjection

Globe projection is a custom map projection mode for rendering the map wrapped around a full 3D globe. Conceptually it is the undistorted and unskewed “ground truth” view of the map that preserves true proportions between different areas of the map.

Mercator
Link copied to clipboard
object Mercator : MapProjection

Mercator projection.

Functions

toString
Link copied to clipboard
open override fun toString(): String

Custom toString method.

Inheritors

MapProjection
Link copied to clipboard
MapProjection
Link copied to clipboard