I have a WinForms application, written using Visual Studio 2008...VB.NET, into which users will enter several hundred addresses per day. For each address entered, we must determine Latitude/ Longitude (i.e. need to geocode it). We currently do this outside of the application by exporting data out to a table, using MapMarker to geocode, and then importing results back in. This is a somewhat laborious manual process.
Let's say that I have a set of 300 addresses, some of which may have all address fields, some of which may be missing Zip Code, or something else. Is there a way that I can utilize Google Maps, from my WinForms application, to attempt to geocode these 300 addresses? Any code samples in VB.NET? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
