Home
last modified time | relevance | path

Searched defs:geoJSON (Results 1 – 4 of 4) sorted by relevance

/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()
64 optional<GeoJSON> geoJSON = conversion::convertJSON<GeoJSON>(*res.data, error); in loadDescription() local
H A Dgeojson_source_impl.cpp16 GeoJSONVTData(const GeoJSON& geoJSON, in GeoJSONVTData()
47 GeoJSONSource::Impl::Impl(const Impl& other, const GeoJSON& geoJSON) in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dcustom_geometry_tile.cpp31 void CustomGeometryTile::setTileData(const GeoJSON& geoJSON) { in setTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dsource.cpp109 optional<GeoJSON> geoJSON = convert<GeoJSON>(*dataValue, error); in convertGeoJSONSource() local