judero01col / GMap.NET

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.
Other
440 stars 197 forks source link

G00gleMapProvider CacheType Error #195

Open calinbont opened 9 months ago

calinbont commented 9 months ago

Hi, In GoogleMapProvider.cs line 575-576 ReverseGeocodding results are saved in Geocoder cache. It should be PlacemarkCache. ... if (cache && GMaps.Instance.UsePlacemarkCache) Cache.Instance.SaveContent(url, CacheType.PlacemarkCache, reverse); ...