Home
last modified time | relevance | path

Searched refs:clusterOptions (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.cpp55 mapbox::supercluster::Options clusterOptions; in Impl() local
56 clusterOptions.maxZoom = options.clusterMaxZoom; in Impl()
57 clusterOptions.extent = util::EXTENT; in Impl()
58 clusterOptions.radius = ::round(scale * options.clusterRadius); in Impl()
60 geoJSON.get<mapbox::geometry::feature_collection<double>>(), clusterOptions); in Impl()