Companion

Static variables and methods.

object Companion

Functions

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

Properties

ID_DATA
Link copied to clipboard

Key for data

const val ID_DATA: String
MAX_MERCATOR_LATITUDE
Link copied to clipboard

Maximum latitude value in Mercator projection.

const val MAX_MERCATOR_LATITUDE: Double
MIN_MERCATOR_LATITUDE
Link copied to clipboard

Minimum latitude value in Mercator projection.

const val MIN_MERCATOR_LATITUDE: Double