Searched refs:latValue (Results 1 – 2 of 2) sorted by relevance
1882 String latValue = getAttribute(TAG_GPS_LATITUDE); in getLatLong() local1887 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()1889 double latitude = convertRationalLatLonToDouble(latValue, latRef); in getLatLong()1895 latValue, latRef, lngValue, lngRef)); in getLatLong()
1975 String latValue = getAttribute(TAG_GPS_LATITUDE); in getLatLong() local1980 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()1982 output[0] = convertRationalLatLonToFloat(latValue, latRef); in getLatLong()