ProjectedMeters

class ProjectedMeters : Serializable

ProjectedMeters is a coordinate in a specific [Spherical Mercator](http://docs.openlayers.org/library/spherical_mercator.html) projection. This specific Spherical Mercator projection assumes the Earth is a sphere with a radius of 6,378,137 meters. Coordinates are determined as distances, in meters, on the surface of that sphere.

Constructors

ProjectedMeters
Link copied to clipboard
open fun ProjectedMeters(northing: Double, easting: 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

easting
Link copied to clipboard
private val easting: Double
northing
Link copied to clipboard
private val northing: Double