Hi
I am trying to get the location details by providing the latitude and longitude to the Geocoder class API's . can any one help me with it
Code snippet
locationNames=geocoder.getFromLocation(latitudeDouble,longitudeDouble,1);
I have given the Internt permissions and resolved the proxy settings.
Getting java.io.IOException : Unable to parse response from server


