Searched refs:latValue (Results 1 – 1 of 1) sorted by relevance
2125 String latValue = getAttribute(TAG_GPS_LATITUDE); in getLatLong() local2130 if (latValue != null && latRef != null && lngValue != null && lngRef != null) { in getLatLong()2132 output[0] = convertRationalLatLonToFloat(latValue, latRef); in getLatLong()