shift Point With Mercator Coordinate
fun shiftPointWithMercatorCoordinate(point: Point, shiftMercatorCoordinate: MercatorCoordinate, zoomLevel: Double): Point
Content copied to clipboard
Apply a MercatorCoordinate to the original point.
Return
a shift point that applied the shift MercatorCoordinate.
Parameters
point
the point needs to shift.
shift Mercator Coordinate
the shift that applied to the original point.
zoom Level
the zoom level that apply the calculation.