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

#include <map.h>

Data Fields

const char * style_url
 
const mln_geometrygeometry
 
double max_zoom
 

Detailed Description

Geometry offline region definition.

Field Documentation

◆ geometry

const mln_geometry* mln_offline_geometry_region_definition::geometry

Geometry descriptor. Borrowed for the duration of region creation.

◆ max_zoom

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.

◆ style_url

const char* mln_offline_geometry_region_definition::style_url

Style URL. Copied during region creation.


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