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