|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <map.h>
Data Fields | |
| mln_string_view | source_id |
| mln_string_view | source_layer_id |
| mln_string_view | feature_id |
| mln_string_view | state_key |
Feature-state source, feature, and key selector.
| mln_string_view mln_feature_state_selector::feature_id |
Optional feature ID string. Required by set/get and optional for remove.
| mln_string_view mln_feature_state_selector::source_id |
Source ID. Required and borrowed for the duration of the call.
| mln_string_view mln_feature_state_selector::source_layer_id |
Optional source layer ID. Required for vector-source disambiguation.
| mln_string_view mln_feature_state_selector::state_key |
Optional state key. Used only by remove and requires feature_id.