|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <map.h>
Data Fields | |
| const char * | style_url |
| mln_buffer_view | geometry |
| double | max_zoom |
Geometry offline region definition.
| mln_buffer_view mln_offline_geometry_region_definition::geometry |
UTF-8 GeoJSON Geometry bytes. Borrowed during region creation.
| double mln_offline_geometry_region_definition::max_zoom |
Maximum zoom. Positive infinity follows MapLibre Native behavior and lets each tile source use its own maximum zoom.
| const char* mln_offline_geometry_region_definition::style_url |
Style URL. Copied during region creation.