Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp32 const GeometryCollection& geometryCollection) { in addFeature() argument
33 for (auto& line : geometryCollection) { in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp887 static QJsonObject exportGeometryCollection(const QVariantMap &geometryCollection) in exportGeometryCollection() argument
893 …QVariantList geometriesList = geometryCollection.value(QStringLiteral("data")).value<QVariantList>… in exportGeometryCollection()