Home
last modified time | relevance | path

Searched refs:latValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java328 String latValue = mAttributes.get(ExifInterface.TAG_GPS_LATITUDE); in getLatLong() local
333 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()
335 output[0] = convertRationalLatLonToFloat(latValue, latRef); in getLatLong()