Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp83 return detail::InternalTile({ features, z, x, y, options.extent, tolerance }).tile; in geoJSONToTile()
144 const std::unordered_map<uint64_t, detail::InternalTile>& getInternalTiles() const { in getInternalTiles()
149 std::unordered_map<uint64_t, detail::InternalTile> tiles;
151 std::unordered_map<uint64_t, detail::InternalTile>::iterator
189 detail::InternalTile{ features, z, x, y, options.extent, tolerance }) in splitTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtile.hpp18 class InternalTile { class
34 InternalTile(const vt_features& source, in InternalTile() function in mapbox::geojsonvt::detail::InternalTile