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

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,...

Results 115 GMap.NET issues
Sort by recently updated
recently updated
newest added

I'm trying to move a project to .NET6 running on a Linux host (windows before). Using only GMap.NET.Core but getting the following error when trying to create a map. >...

Greetings. It is possible to zoom automatically so that a polygon is visible in the control Thank you

We have moved to a new computer our solution that is distributed through clickonce and our clients get the error that there was an error loading the GMap control and...

Good afternoon! Yandex maps stopped working for me. I get an empty control without any images gMapControl1.MapProvider = GMap.NET.MapProviders.GMapProviders.YandexMap; GMap.NET.GMaps.Instance.Mode = GMap.NET.AccessMode.ServerOnly;

How do I make the place names in the map appear in other languages?

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

Hello, how can I display a dynamically resizable scale on the map? I mean when a user zooms in, the scale will recalculate, adjust and display to the user. I...

I try to cache offline map by Prefetch in the Demo.WindowsForms.exe and Demo.WindowsPresentation.exe. ![image](https://user-images.githubusercontent.com/16423568/185665801-b9a2758a-b088-411b-9819-66d48be6affc.png) The size of cache file is always 32.1MB. Even though I deleted it, the new one...

I use gmapmarker to mark on the map. When the remote desktop is connected to the PC where the GMap application is located, the newly created mark directly jumps to...

I have begun work on a fork to add support for Avalonia on Mac, I believe the changes should also work for Linux as well if applied. You can view...