MercatorCoordinate

class MercatorCoordinate : Serializable

Describes a point on the map in Mercator projection.

Constructors

MercatorCoordinate
Link copied to clipboard
open fun MercatorCoordinate(x: Double, y: Double)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

x
Link copied to clipboard
private val x: Double
y
Link copied to clipboard
private val y: Double