I want to get the name of the city from the GPS coordinates. I can get the details of the GPS points using Google API
http://maps.googleapis.com/maps/api/geocode/output?parameters
Where output is XML which I don't want to be... For example
http://maps.google.com/maps/api/geocode/xmllatlng=53.244921,-2.479539&sensor=false®ion=gb
returns me the XML details of the coordinates.... Which I don't think is easy to get the name of the City.... I want only the name of the city.. Thanks for you help in advance