Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson_p.h70 static QJsonDocument exportGeoJson(const QVariantList &list);
H A Dqgeojson.cpp1095 QJsonDocument QGeoJson::exportGeoJson(const QVariantList &geoData) in exportGeoJson() function in QGeoJson
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeojson/
H A Dtst_qgeojson.cpp82 processedDocument = QGeoJson::exportGeoJson(modelList); in testGeojson()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp219 QJsonDocument json = QGeoJson::exportGeoJson(geoJson); in dumpGeoJSON()