Searched defs:ExifInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DExifInterface.java30 public class ExifInterface { class
119 public ExifInterface(String filename) throws IOException { method in class:ExifInterface
296 String latValue = mAttributes.get(ExifInterface.TAG_GPS_LATITUDE);
297 String latRef = mAttributes.get(ExifInterface.TAG_GPS_LATITUDE_REF);
298 String lngValue = mAttributes.get(ExifInterface.TAG_GPS_LONGITUDE);
299 String lngRef = mAttributes.get(ExifInterface.TAG_GPS_LONGITUDE_REF);

Completed in 42 milliseconds