Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp925 static QJsonObject exportFeature(const QVariantMap &featureMap) in exportFeature() argument
928 QJsonValue geometryNodeValue = QJsonValue(exportGeometry(featureMap)); in exportFeature()
929 …QJsonValue propertiesNodeValue = featureMap.value(QStringLiteral("properties")).value<QVariant>().… in exportFeature()
930 QJsonValue idNodeValue = featureMap.value(QStringLiteral("id")).value<QVariant>().toJsonValue(); in exportFeature()