MapProjection

sealed class MapProjection

Describes the projection used to render the map.

Mapbox map supports Mercator and Globe projections.

Types

Companion
Link copied to clipboard
object Companion
Static methods and variables.
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.
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