MapCalc

open class MapCalc

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun toLatLng(mercatorLoc: Mercator): Location
open fun toLatLng(x: Double, y: Double): LatLng
Link copied to clipboard
open fun toMercator(aLoc: Location): MercatorTime
Translate an android location point to a Mapsted location point.
open fun toMercator(latLng: LatLng): Mercator

open fun toMercator(lat: Double, lng: Double): Mercator
Translate latitude and longitude as a location point.