I’m using ASP.NET MVC 3 and Google Maps v3. I’d like to do geocoding in an action. That is passing a valid address to Google and getting the latitude and longitude back. All online samples on geocoding that I’ve seen have dealt with client-side geocoding. How would you do this in an action using C#?
Share
I am not sure if I understand you correctly but this is the way I do it (if you are interested)
using the extension methods here & Json.Net