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

Gmap load large markers cause no responding. #184

Open Abellesh opened 1 year ago

Abellesh commented 1 year ago

marker = new GMarkerGoogle(point, GMarkerGoogleType.red_small); marker.ToolTipMode = MarkerTooltipMode.OnMouseOver; marker.ToolTip.Fill = new SolidBrush(Color.FromArgb(100, Color.YellowGreen)); marker.ToolTip.Foreground = Brushes.White; marker.ToolTip.TextPadding = new Size(30, 30); lay.Markers.Add(marker); this.gMapControl1.Overlays.Add(lay); gMapControl1.Update();