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

#include <query.h>

Data Fields

mln_feature feature
 
mln_string_view source_id
 
mln_string_view source_layer_id
 
const mln_json_valuestate
 

Detailed Description

One copied query result feature.

Field Documentation

◆ feature

mln_feature mln_queried_feature::feature

GeoJSON feature descriptor. Nested pointers are result-owned.

◆ source_id

mln_string_view mln_queried_feature::source_id

Native render source ID when available.

◆ source_layer_id

mln_string_view mln_queried_feature::source_layer_id

Native source layer ID when available.

◆ state

const mln_json_value* mln_queried_feature::state

Rendered feature state when available.


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