Searched refs:convertDecimalDegree (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java4536 setAttribute(TAG_GPS_LATITUDE, convertDecimalDegree(Math.abs(latitude)));
4538 setAttribute(TAG_GPS_LONGITUDE, convertDecimalDegree(Math.abs(longitude)));
4676 private String convertDecimalDegree(double decimalDegree) { method in class:ExifInterface

Completed in 54 milliseconds