Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dgeojson.hpp11 optional<GeoJSON> parseGeoJSON(const std::string&, Error&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dgeojson.cpp12 optional<GeoJSON> parseGeoJSON(const std::string& value, Error& error) { in parseGeoJSON() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_conversion.hpp136 return parseGeoJSON(std::string(data.constData(), data.size()), error); in toGeoJSON()