Searched refs:lngRef (Results 1 – 1 of 1) sorted by relevance
316 String lngRef = mAttributes.get(ExifInterface.TAG_GPS_LONGITUDE_REF); in getLatLong() local318 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()321 output[1] = convertRationalLatLonToFloat(lngValue, lngRef); in getLatLong()