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

#include <map.h>

Data Fields

uint32_t type
 

Detailed Description

JSON-like value input descriptor graph used by feature properties/states.

Input functions reject NaN and infinities for double values because JSON and GeoJSON numbers are finite. A root JSON value descriptor starts at nesting depth 0. Status-returning functions reject array/object children past depth 64 with MLN_STATUS_INVALID_ARGUMENT.

Field Documentation

◆ type

uint32_t mln_json_value::type

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