shiftPointWithMercatorCoordinate

fun shiftPointWithMercatorCoordinate(point: Point, shiftMercatorCoordinate: MercatorCoordinate, zoomLevel: Double): Point

Apply a MercatorCoordinate to the original point.

Return

a shift point that applied the shift MercatorCoordinate.

Parameters

point

the point needs to shift.

shiftMercatorCoordinate

the shift that applied to the original point.

zoomLevel

the zoom level that apply the calculation.