calculateMercatorCoordinateShift

fun calculateMercatorCoordinateShift(startPoint: Point, endPoint: Point, zoomLevel: Double): MercatorCoordinate

Calculate the shift between two Points in Mercator coordinate.

Return

A MercatorCoordinate represent the shift between startPoint and endPoint.

Parameters

startPoint

the start point for the calculation.

endPoint

the end point for the calculation.

zoomLevel

the zoom level that apply the calculation.