|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <query.h>
Data Fields | |
| const mln_string_view * | source_layer_ids |
| const mln_json_value * | filter |
Options for source feature queries.
| const mln_json_value* mln_source_feature_query_options::filter |
Optional MapLibre style-spec filter JSON. Null means no filter.
| const mln_string_view* mln_source_feature_query_options::source_layer_ids |
Optional source-layer IDs. Required by vector sources; ignored by GeoJSON.