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

#include <map.h>

Data Fields

uint32_t type
 

Detailed Description

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.

Field Documentation

◆ feature

const mln_feature* mln_geojson::feature

Feature descriptor selected by MLN_GEOJSON_TYPE_FEATURE. Must not be null.

◆ geometry

const mln_geometry* mln_geojson::geometry

Geometry descriptor selected by MLN_GEOJSON_TYPE_GEOMETRY. Must not be null.

◆ type

uint32_t mln_geojson::type

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