|
MapLibre Native Core
|
#include <custom_geometry_source.hpp>
Public Attributes | |
| TileFunction | fetchTileFunction |
| TileFunction | cancelTileFunction |
| Range< uint8_t > | zoomRange = { 0, 18} |
| TileOptions | tileOptions |
Definition at line 33 of file custom_geometry_source.hpp.
| TileFunction mbgl::style::CustomGeometrySource::Options::cancelTileFunction |
Definition at line 35 of file custom_geometry_source.hpp.
| TileFunction mbgl::style::CustomGeometrySource::Options::fetchTileFunction |
Definition at line 34 of file custom_geometry_source.hpp.
| TileOptions mbgl::style::CustomGeometrySource::Options::tileOptions |
Definition at line 37 of file custom_geometry_source.hpp.
| Range<uint8_t> mbgl::style::CustomGeometrySource::Options::zoomRange = { 0, 18} |
Definition at line 36 of file custom_geometry_source.hpp.