Searched refs:hasLat (Results 1 – 1 of 1) sorted by relevance
496 bool hasLat = false; in getNmeaLatLong() local498 double tempLat = latString.toDouble(&hasLat); in getNmeaLatLong()500 if (hasLat && hasLong) { in getNmeaLatLong()