Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp155 QJsonObject mapView = mvit.value().toObject(); in checkLocation() local
156 QJsonObject::const_iterator brit = mapView.constFind(QLatin1String("BottomRight")); in checkLocation()
157 if (brit == mapView.constEnd()) { in checkLocation()
181 QJsonObject::const_iterator tlit = mapView.constFind(QLatin1String("TopLeft")); in checkLocation()
182 if (tlit == mapView.constEnd()) { in checkLocation()
353 QJsonObject mapView = obj.value("MapView").toObject(); in parseLocation() local
354 QJsonObject bottomRight = mapView.value("BottomRight").toObject(); in parseLocation()
355 QJsonObject topLeft = mapView.value("TopLeft").toObject(); in parseLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp911 QDeclarativeGeoMapItemView *mapView = qobject_cast<QDeclarativeGeoMapItemView *>(child); in addMapChild() local
912 if (mapView) in addMapChild()
913 return addMapItemView_real(mapView); in addMapChild()
932 QDeclarativeGeoMapItemView *mapView = qobject_cast<QDeclarativeGeoMapItemView *>(child); in removeMapChild() local
933 if (mapView) in removeMapChild()
934 return removeMapItemView_real(mapView); in removeMapChild()