Searched refs:mapItemView (Results 1 – 1 of 1) sorted by relevance
128 static QVariantMap toVariant(QDeclarativeGeoMapItemView *mapItemView) in toVariant() argument138 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() argument210 QDeclarativeGeoMapItemView *root = mapItemView; in toGeoJson()