|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <map.h>
Data Fields | |
| double | latitude |
| double | longitude |
Geographic coordinate in degrees used by map and projection APIs.
| double mln_lat_lng::latitude |
Latitude in degrees. Input latitude must be finite and within [-90, 90].
| double mln_lat_lng::longitude |
Longitude in degrees. Input longitude must be finite.