MapLibre Native Core
|
#include <custom_geometry_source.hpp>
Public Attributes | |
double | tolerance = 0.375 |
uint16_t | tileSize = util::tileSize_I |
uint16_t | buffer = 128 |
bool | clip = false |
bool | wrap = false |
Definition at line 25 of file custom_geometry_source.hpp.
uint16_t mbgl::style::CustomGeometrySource::TileOptions::buffer = 128 |
Definition at line 28 of file custom_geometry_source.hpp.
bool mbgl::style::CustomGeometrySource::TileOptions::clip = false |
Definition at line 29 of file custom_geometry_source.hpp.
uint16_t mbgl::style::CustomGeometrySource::TileOptions::tileSize = util::tileSize_I |
Definition at line 27 of file custom_geometry_source.hpp.
double mbgl::style::CustomGeometrySource::TileOptions::tolerance = 0.375 |
Definition at line 26 of file custom_geometry_source.hpp.
bool mbgl::style::CustomGeometrySource::TileOptions::wrap = false |
Definition at line 30 of file custom_geometry_source.hpp.