Searched refs:lngValue (Results 1 – 1 of 1) sorted by relevance
1697 String lngValue = getAttribute(TAG_GPS_LONGITUDE); in getLatLong() local1700 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()1703 output[1] = convertRationalLatLonToFloat(lngValue, lngRef); in getLatLong()