GMap.NET.Windows
1.8.5
Library migrated to .Net Core and published in new individual packages.
GMap.NET.Core
GMap.NET.WinForms
GMap.NET.WinPresentation
See the version list below for details.
dotnet add package GMap.NET.Windows --version 1.8.5
NuGet\Install-Package GMap.NET.Windows -Version 1.8.5
<PackageReference Include="GMap.NET.Windows" Version="1.8.5" />
paket add GMap.NET.Windows --version 1.8.5
#r "nuget: GMap.NET.Windows, 1.8.5"
// Install GMap.NET.Windows as a Cake Addin #addin nuget:?package=GMap.NET.Windows&version=1.8.5 // Install GMap.NET.Windows as a Cake Tool #tool nuget:?package=GMap.NET.Windows&version=1.8.5
GMap.NET is great and Powerful, Free, cross platform, open source .NET control. Enable use 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 in Windows Forms & Presentation, Supports caching and run on Windows Forms, Presentation & Mobile!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- EntityFramework (>= 6.1.3)
- Newtonsoft.Json (>= 9.0.1)
- System.Data.SQLite (>= 1.0.104)
- System.Data.SQLite.Core (>= 1.0.104)
- System.Data.SQLite.EF6 (>= 1.0.104)
- System.Data.SQLite.Linq (>= 1.0.104)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GMap.NET.Windows:
Package | Downloads |
---|---|
LINQPad.MapUtils
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.7 | 25,648 | 6/30/2022 | |
2.1.5 | 2,660 | 5/31/2022 | |
2.1.2 | 2,213 | 5/13/2022 | |
2.1.1 | 1,356 | 5/13/2022 | |
2.1.0 | 1,511 | 5/12/2022 | |
2.0.3 | 5,983 | 11/9/2021 | |
2.0.2 | 10,339 | 3/10/2021 | |
2.0.1 | 20,153 | 4/28/2020 | |
2.0.0 | 2,604 | 4/28/2020 | |
1.9.9.9 | 6,668 | 12/18/2019 | |
1.9.9.5 | 3,360 | 11/24/2019 | |
1.9.9 | 5,410 | 11/21/2019 | |
1.9.8 | 2,006 | 11/21/2019 | |
1.9.7.1 | 2,631 | 11/18/2019 | |
1.9.7 | 2,222 | 11/18/2019 | |
1.9.6.2 | 2,148 | 11/18/2019 | |
1.9.3 | 36,682 | 6/18/2019 | |
1.9.2 | 17,251 | 1/16/2019 | |
1.9.1.2 | 6,337 | 11/7/2018 | |
1.9.0 | 2,975 | 11/6/2018 | |
1.8.8 | 2,786 | 11/2/2018 | |
1.8.7 | 2,876 | 11/2/2018 | |
1.8.6 | 2,791 | 11/2/2018 | |
1.8.5 | 12,496 | 4/4/2018 | |
1.8.1 | 2,954 | 3/29/2018 | |
1.8.0 | 9,499 | 6/15/2017 | |
1.7.9 | 4,419 | 3/13/2017 | |
1.7.8 | 2,925 | 3/13/2017 | |
1.7.7 | 3,600 | 2/22/2017 | |
1.7.6 | 2,832 | 2/20/2017 | |
1.7.5 | 98,822 | 11/30/2016 |
GMap.NET.Windows Core
- Added time to live cache (BingMapProvider and GoogleMapProvider).
- Added Mouse double click event on Marker Polygon and Route
- Added Provider Bing Ordnance Survey (UK)
- Added Methods to calculate distances from routes
- Set virtual keyword to RoutingProvider methods
- Check if a given point is within the given point based map boundary
GMap.NET.Windows Forms
GMap.NET.Windows Presentation
- Wpf control for binding
- Adding CenterPosition Dependency Property which allows us to easily update map position based on position
- Adding an additional check if any Mouse button is being pressed on OnMouseMove event on GMapControl.cs before calling BeginDrag
- Added pinch and zoom gestures via manipulation events.
- Deprecated TouchEnabled and made it a dependency property so you can turn it on and off.
- TouchEnabled is now set to false by default instead of true.
- Added multi touch code via manipulation events to handle any number of touch events.
- Panning via single touch and pinch/zoom effect handled for greater than or equal to 2 points.
- Created dependency propertiy for MultiTouchEnabled so it can be configured via xaml