Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to read the latitude and longitude values from XML response generated by google map api...

How to read the values from this??


string url = "http://maps.google.com/maps/api/geocode/xml?address=" + address + "&sensor=false";
Posted
Comments
George Jonsson 6-Jul-14 5:50am    
Show us the some sample of the XML file and we can try to help you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900