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

#include <map.h>

Data Fields

double latitude
 
double longitude
 

Detailed Description

Geographic coordinate in degrees used by map and projection APIs.

Field Documentation

◆ latitude

double mln_lat_lng::latitude

Latitude in degrees. Input latitude must be finite and within [-90, 90].

◆ longitude

double mln_lat_lng::longitude

Longitude in degrees. Input longitude must be finite.


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