|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <map.h>
Data Fields | |
| double | northing |
| double | easting |
Lower-level Spherical Mercator projected-meter coordinate.
Map coordinate conversion APIs use mln_lat_lng. This type is only for Mercator helper functions.
| double mln_projected_meters::easting |
Distance measured eastward from the prime meridian, in meters.
| double mln_projected_meters::northing |
Distance measured northward from the equator, in meters.