Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp190 QJsonObject::const_iterator tllatit = topLeft.constFind(QLatin1String("Latitude")); in checkLocation() local
191 if (tllatit == topLeft.constEnd()) { in checkLocation()
194 } else if (!tllatit.value().isDouble()) { in checkLocation()