So I\'m sitting here with Google Geocoder, which returns an XML via \'GOOGLE_URL/xml?address=input&sensor=false\'. I need to fetch it by using Java and parse it into a J
Why don't you retrieve the Google geocode as JSON in the first place?
The above link is taken directly from: