Searched refs:lngValue (Results 1 – 2 of 2) sorted by relevance
4468 String lngValue = getAttribute(TAG_GPS_LONGITUDE);4471 if (latValue != null && latRef != null && lngValue != null && lngRef != null) {4474 double longitude = convertRationalLatLonToDouble(lngValue, lngRef);4479 latValue, latRef, lngValue, lngRef));
1986 String lngValue = getAttribute(TAG_GPS_LONGITUDE); in getLatLong() local1989 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()1992 output[1] = convertRationalLatLonToFloat(lngValue, lngRef); in getLatLong()