Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp885 static QJsonObject exportGeometry(const QVariantMap &geometryMap); // Function prototype
895 parsedGeometry = exportGeometry(geometriesList.at(i).value<QVariantMap>()); in exportGeometryCollection()
905 static QJsonObject exportGeometry(const QVariantMap &geometryMap) in exportGeometry() function
928 QJsonValue geometryNodeValue = QJsonValue(exportGeometry(featureMap)); in exportFeature()