Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dgeojson_source.hpp34 void setGeoJSON(const GeoJSON&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp33 void GeoJSONSource::setGeoJSON(const mapbox::geojson::geojson& geoJSON) { in setGeoJSON() function in mbgl::style::GeoJSONSource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dsource.cpp113 result->setGeoJSON(std::move(*geoJSON)); in convertGeoJSONSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1358 sourceGeoJSON->setGeoJSON(*result); in updateSource()