Searched refs:lngRef (Results 1 – 2 of 2) sorted by relevance
4480 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF);4482 if (latValue != null && latRef != null && lngValue != null && lngRef != null) {4485 double longitude = convertRationalLatLonToDouble(lngValue, lngRef);4490 latValue, latRef, lngValue, lngRef));
1988 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF); in getLatLong() local1990 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()1993 output[1] = convertRationalLatLonToFloat(lngValue, lngRef); in getLatLong()