Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp927 QJsonObject exportedFeature; in exportFeature() local
931 exportedFeature.insert(QStringLiteral("type"), QJsonValue(QStringLiteral("Feature"))); in exportFeature()
932 exportedFeature.insert(QStringLiteral("geometry"), geometryNodeValue); in exportFeature()
933 exportedFeature.insert(QStringLiteral("properties"), propertiesNodeValue); in exportFeature()
934 exportedFeature.insert(QStringLiteral("id"), idNodeValue); in exportFeature()
935 return exportedFeature; in exportFeature()