Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp569 QString lngString = coords[1]; in parseGeoPoints() local
570 double lng = lngString.toDouble(&ok); in parseGeoPoints()
573 …cted to have a value convertable to a double (value was \"%2\")").arg(elementName).arg(lngString)); in parseGeoPoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils_p.h332 const QByteArray &lngString,
H A Dqlocationutils.cpp489 …tLong(const QByteArray &latString, char latDirection, const QByteArray &lngString, char lngDirecti… in getNmeaLatLong() argument
499 double tempLng = lngString.toDouble(&hasLong); in getNmeaLatLong()