toMercator

open fun toMercator(lat: Double, lng: Double): Mercator

Translate latitude and longitude as a location point.

Return

a point that represent as a location.

Parameters

lat

latitude

lng

longitude


open fun toMercator(latLng: LatLng): Mercator


open fun toMercator(aLoc: Location): MercatorTime

Translate an android location point to a Mapsted location point.

Return

a Mapsted location point.

Parameters

aLoc

a location value android used.