Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp561 QString latString = coords[0]; in parseGeoPoints() local
562 double lat = latString.toDouble(&ok); in parseGeoPoints()
565 …cted to have a value convertable to a double (value was \"%2\")").arg(elementName).arg(latString)); in parseGeoPoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils_p.h330 static bool getNmeaLatLong(const QByteArray &latString,
H A Dqlocationutils.cpp489 bool QLocationUtils::getNmeaLatLong(const QByteArray &latString, char latDirection, const QByteArra… in getNmeaLatLong() argument
498 double tempLat = latString.toDouble(&hasLat); in getNmeaLatLong()