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