|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <map.h>
Data Fields | |
| const char * | style_url |
| const mln_geometry * | geometry |
| double | max_zoom |
Geometry offline region definition.
| const mln_geometry* mln_offline_geometry_region_definition::geometry |
Geometry descriptor. Borrowed for the duration of 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.