GMap.NET Windows Forms & Presentation is an excellent open source, powerful, free and cross-platform .NET control. Allows the use of routing, geocoding, directions and maps from Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac, Yendux, Mapy.cz, Maps.lt, iKarte.lv, NearMap, HereMap, CloudMade, WikiMapia, MapQuest and many more.
when i use OpenStreetMap as GMapProviders it work but when i use google it doesn't work !!!!!
GeoCoderStatusCode status; GeocodingProvider geocoding = GMapProviders.GoogleMap; PointLatLng? pt = geocoding.GetPoint(textBoxAddress.Text, out status);
;