Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp489 bool QLocationUtils::getNmeaLatLong(const QByteArray &latString, char latDirection, const QByteArra… in getNmeaLatLong() argument
491 if ((latDirection != 'N' && latDirection != 'S') in getNmeaLatLong()
502 if (latDirection == 'S') in getNmeaLatLong()
H A Dqlocationutils_p.h331 char latDirection,