I am working with android sdk, i have to find location name near by given gps location.
I was using
String URL= http://maps.google.com/maps/geo?q=" + cv.getLatitude() + ","
+ cv.getLongitude() + "&output=csv"
It was giving me collection of location name. But now google has dropped this service and I am not getting location names.
Kindly suggest me alternate way.