unproject

open fun unproject(coordinate: MercatorCoordinate, zoomScale: Double): Point

Calculate a coordinate for a given point on the map in Mercator Projection.

Return

a coordinate.

Parameters

coordinate

Point on the map in Mercator projection.

zoomScale

The current zoom factor applied on the map, is used tocalculate the world size as tileSize * zoomScale (i.e., 512 * 2 ^ Zoom level)where tileSize is the width of a tile in pixels.