Click here to Skip to main content
15,887,827 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using below google map api for converting my address to lat and long and it was working fine but suddenly it stop working don't know why is this happening.
C#
string urlAddress = "http://maps.googleapis.com/maps/api/geocode/xml?&address=" + HttpUtility.UrlEncode(address) + "&sensor=" + sensor; 

Any efforts will be appreciated.
Posted
Updated 17-Aug-15 23:36pm
v2
Comments
Richard Deeming 18-Aug-15 8:14am    
That URL works fine for me. What values are you passing in the address and sensor parameters? And what error message are you getting?
Innopad Solution 18-Aug-15 8:16am    
In address I am passing various string addresses and in sensor I am passing false.

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