Home
last modified time | relevance | path

Searched defs:GeoJSONOptions (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dgeojson_source.hpp14 struct GeoJSONOptions { struct
16 uint8_t minzoom = 0;
17 uint8_t maxzoom = 18;
18 uint16_t tileSize = util::tileSize;
19 uint16_t buffer = 128;
20 double tolerance = 0.375;
23 bool cluster = false;
24 uint16_t clusterRadius = 50;
25 uint8_t clusterMaxZoom = 17;