|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <map.h>
Data Fields | |
| uint32_t | type |
GeoJSON geometry, feature, or feature collection input descriptor graph. Nested geometry and property descriptors share the 64-depth descriptor limit documented on mln_geometry and mln_json_value.
| const mln_feature* mln_geojson::feature |
Feature descriptor selected by MLN_GEOJSON_TYPE_FEATURE. Must not be null.
| const mln_geometry* mln_geojson::geometry |
Geometry descriptor selected by MLN_GEOJSON_TYPE_GEOMETRY. Must not be null.
| uint32_t mln_geojson::type |
One of mln_geojson_type.