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

#include <map.h>

Data Fields

const mln_geometrygeometry
 
const mln_json_memberproperties
 
uint32_t identifier_type
 

Detailed Description

GeoJSON feature input descriptor graph.

Field Documentation

◆ geometry

const mln_geometry* mln_feature::geometry

Geometry descriptor. Must not be null. Use MLN_GEOMETRY_TYPE_EMPTY for an empty geometry.

◆ identifier_type

uint32_t mln_feature::identifier_type

◆ properties

const mln_json_member* mln_feature::properties

Property member views. May be null only when property_count is 0.


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