GMap.NET icon indicating copy to clipboard operation
GMap.NET copied to clipboard

google geocoding not work in gmap.net

Open Hanaashabaan opened this issue 3 years ago • 1 comments

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);

;

Hanaashabaan avatar Aug 27 '22 20:08 Hanaashabaan

I think Google's GMapProvider requires you an API key for these calls, OpenStreet as the name suggest, is accessible by everyone.

TheBarret avatar Sep 27 '22 14:09 TheBarret