Searched defs:GeoJSONOptions (Results 1 – 1 of 1) sorted by relevance
14 struct GeoJSONOptions { struct16 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;