Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp165 QJsonObject::const_iterator brlatit = bottomRight.constFind(QLatin1String("Latitude")); in checkLocation() local
166 if (brlatit == bottomRight.constEnd()) { in checkLocation()
169 } else if (!brlatit.value().isDouble()) { in checkLocation()