MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
Loading...
Searching...
No Matches
mln_projected_meters Struct Reference

#include <map.h>

Data Fields

double northing
 
double easting
 

Detailed Description

Lower-level Spherical Mercator projected-meter coordinate.

Map coordinate conversion APIs use mln_lat_lng. This type is only for Mercator helper functions.

Field Documentation

◆ easting

double mln_projected_meters::easting

Distance measured eastward from the prime meridian, in meters.

◆ northing

double mln_projected_meters::northing

Distance measured northward from the equator, in meters.


The documentation for this struct was generated from the following file: