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.
Mercator
Link copied to clipboard
object Mercator : MapProjection
Mercator projection.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
Custom toString method.

Inheritors

MapProjection
Link copied to clipboard
MapProjection
Link copied to clipboard