Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Dquery.hpp34 : sourceLayers(std::move(sourceLayers_)),
38 optional<std::vector<std::string>> sourceLayers; member in mbgl::SourceQueryOptions
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp252 if (!options.sourceLayers) { in querySourceFeatures()
257 for (auto sourceLayer : *options.sourceLayers) { in querySourceFeatures()