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