Companion

object Companion

Static methods and variables.

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 fun toString(): String

Properties

TRANSITION_ZOOM_LEVEL
Link copied to clipboard
const val TRANSITION_ZOOM_LEVEL: Double = 5.0
Zoom level threshold where MapboxMap will automatically switch projection from MapProjection.Mercator to MapProjection.Globe or vice-versa if MapProjectionDelegate.setMapProjection was configured to use MapProjection.Globe.