latLngToMercatorXY

open fun latLngToMercatorXY(coordinate: Point): Vec2

Converts a geographic coordinate to its corresponding Mercator projection coordinates (X, Y).

Return

A Vec2 representing the X and Y coordinates in the Mercator projection.

Parameters

coordinate

The geographic coordinate to convert.