Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gmap load large markers cause no responding. #184

Open
Abellesh opened this issue May 8, 2023 · 0 comments
Open

Gmap load large markers cause no responding. #184

Abellesh opened this issue May 8, 2023 · 0 comments

Comments

@Abellesh
Copy link

Abellesh commented May 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant