How to get full address, latitude and longitute based on location in c#.net
-
Hi, I want to pass location as a parameter to google map api and i need to get Full Address,latitude and longitude based on that location in c#. Based on location, how to get multiple suggestion values (address) and save those suggestion list values to database. If anybody knows please reply me. Thanks in advance
-
Hi, I want to pass location as a parameter to google map api and i need to get Full Address,latitude and longitude based on that location in c#. Based on location, how to get multiple suggestion values (address) and save those suggestion list values to database. If anybody knows please reply me. Thanks in advance
Hi, Please try these articles: 1) http://www.superstarcoders.com/blogs/posts/geocoding-in-c-sharp-using-google-maps.aspx[^] 2) Using reverse geocoding to find an address[^] Hope it will help you.