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
start Point
the start point for the calculation.
end Point
the end point for the calculation.
zoom Level
the zoom level that apply the calculation.