Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacemanagerengine_esri.cpp268 QString PlaceManagerEngineEsri::localizedName(const QJsonObject &jsonObject) in localizedName() argument
270 const QJsonObject localizedNames = jsonObject.value(kLocalizedNamesKey).toObject(); in localizedName()
333 QJsonObject jsonObject = document.object(); in geocodeServerReplyFinished() local
336 if (jsonObject.contains(kCategoriesKey)) in geocodeServerReplyFinished()
338 const QJsonArray jsonArray = jsonObject.value(kCategoriesKey).toArray(); in geocodeServerReplyFinished()
343 if (jsonObject.contains(kCandidateFieldsKey)) in geocodeServerReplyFinished()
345 const QJsonArray jsonArray = jsonObject.value(kCandidateFieldsKey).toArray(); in geocodeServerReplyFinished()
350 if (jsonObject.contains(kCountriesKey)) in geocodeServerReplyFinished()
352 const QJsonArray jsonArray = jsonObject.value(kCountriesKey).toArray(); in geocodeServerReplyFinished()
H A Dplacemanagerengine_esri.h97 QString localizedName(const QJsonObject &jsonObject);