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