calculate Mercator Coordinate Shift
fun calculateMercatorCoordinateShift(startPoint: Point, endPoint: Point, zoomLevel: Double): MercatorCoordinate
Content copied to clipboard
Calculate the shift between two Points in Mercator coordinate.
Return
A MercatorCoordinate represent the shift between startPoint and endPoint.
Parameters
endPoint
the end point for the calculation.
startPoint
the start point for the calculation.
zoomLevel
the zoom level that apply the calculation.