Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp940 QJsonObject exportedFeatureCollection; in exportFeatureCollection() local
946exportedFeatureCollection.insert(QStringLiteral("type"), QJsonValue(QStringLiteral("FeatureCollect… in exportFeatureCollection()
947 exportedFeatureCollection.insert(QStringLiteral("features"), QJsonValue(featureArray) ); in exportFeatureCollection()
948 return exportedFeatureCollection; in exportFeatureCollection()