Searched refs:lngRef (Results 1 – 2 of 2) sorted by relevance
1885 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF); in getLatLong() local1887 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()1890 double longitude = convertRationalLatLonToDouble(lngValue, lngRef); in getLatLong()1895 latValue, latRef, lngValue, lngRef)); in getLatLong()
1978 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF); in getLatLong() local1980 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()1983 output[1] = convertRationalLatLonToFloat(lngValue, lngRef); in getLatLong()