GMap.NET
GMap.NET copied to clipboard
google geocoding not work in gmap.net
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);
;
I think Google's GMapProvider requires you an API key for these calls, OpenStreet as the name suggest, is accessible by everyone.