Globe

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.

Some layers are not supported when map is in Globe projection:

  • custom

  • fill extrusion

  • location indicator

If Globe projection is set it will be switched automatically to Mercator projection when passing TRANSITION_ZOOM_LEVEL during zooming in.

See also

TRANSITION_ZOOM_LEVEL

for more details what projection will be used depending on current zoom level.

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.