Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.h66 static QGeoLocation parseGeoLocation(const QJsonObject &response);
H A Dqgeocodereplymapbox.cpp90 locations.append(QMapboxCommon::parseGeoLocation(value.toObject())); in onNetworkReplyFinished()
H A Dqmapboxcommon.cpp58 QGeoLocation QMapboxCommon::parseGeoLocation(const QJsonObject &response) in parseGeoLocation() function in QMapboxCommon
H A Dqplacesearchreplymapbox.cpp121 place.setLocation(QMapboxCommon::parseGeoLocation(response)); in parsePlaceResult()