Searched refs:clusterOptions (Results 1 – 1 of 1) sorted by relevance
55 mapbox::supercluster::Options clusterOptions; in Impl() local56 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()