0
Reply

Convert Google Maps Locations that are displaying to XML F

Ask a question
Chakri P

Chakri P

10y
816
1

Hi,

I am doing a web application in Asp.Net, to retrieve Near By Places.

For getting this, i am using the below link,

https://maps.google.com/?q=area&near=ameerpet&radius=1

From the above link i am getting the places with in 5 kms having the output in the form of displaying locations in Google Maps.

But i want to give the above link as input and i need to get my output as in the form of XML format by using C# Coding or Javascript in ASP.Net.

Ex:

<Address>

       <Area>

        Keshavanagar Colony, Srinagar Colony Rd, Yousufguda, AP, India ?

       </Area>

</Address>

<Address>

       <Area>       

       </Area>

</Address>

<Address>

       <Area>

       Athithi Inn, Dharam Karan Rd, Divyashakti Appartments, Ameerpet, Hyderabad, AP 500016, India

       </Area>

</Address>

<Address>

       <Area>

       GreenPark-Hyderabad, 7-1-26, Ameerpet Road,Begumpet,Hyderabad, Andhra Pradesh 500016, India ?

</Area>

</Address>

and soon......

 

Can any one please help me how to convert google maps to XML format by using C# Coding or Javascript in ASP.Net.

Thanks in Advance