Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp128 static QVariantMap toVariant(QDeclarativeGeoMapItemView *mapItemView) in toVariant() argument
138 QString nodeType = mapItemView->property("geojsonType").toString(); in toVariant()
142 if (hasProperties(mapItemView)) // Features are converted to regular types w properties. in toVariant()
143 root["properties"] = mapItemView->property("props").toMap(); in toVariant()
146 const QList<QQuickItem *> &quickChildren = mapItemView->childItems(); in toVariant()
207 Q_INVOKABLE QVariantList toGeoJson(QDeclarativeGeoMapItemView *mapItemView) in toGeoJson() argument
210 QDeclarativeGeoMapItemView *root = mapItemView; in toGeoJson()