Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp87 using GeoJSONPoint = point<double>; typedef in mapbox::supercluster::Supercluster
173 clusters.push_back({ project(f.geometry.get<GeoJSONPoint>()), 1, i++ }); in Zoom()
219 static point<double> project(const GeoJSONPoint &p) { in project()