Skip to content

Commit 299831e

Browse files
authored
Release Notes
1 parent 3b382b3 commit 299831e

File tree

1 file changed

+59
-3
lines changed

1 file changed

+59
-3
lines changed

README.md

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,72 @@
1-
#GMap.NET - Maps For Windows#
1+
# GMap.NET - Maps For Windows
22

33
![GMap.Net](https://raw.githubusercontent.com/judero01col/GMap.NET/master/GMap.ico "this is the result")
44

55
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 runs on Windows Forms, Presentation & Mobile!
66

7-
## Installing
7+
# Installing
88
gmaps-api-net is available as a Nuget package from https://www.nuget.org/packages/GMap.NET.Windows/ and installable using the following command in the Package Manager Console:
99
```
1010
PM> Install-Package GMap.NET.Windows
1111
```
1212

1313
If you wish to use the cutting-edge version of gmaps-api-net, then you can clone the repository (or download the zip) and build the class library yourself. This should require minimal set-up, and also allows you to develop extra features for your own use (or to push upstream using a pull request for everyone else to use!).
1414

15-
## Documentation
15+
# Documentation
1616
https://github.com/judero01col/GMap.NET/wiki
17+
18+
# Release Notes
19+
20+
## Version 1.9.0
21+
### GMap.NET.Windows Core
22+
- Compatibility with Framework 4.0
23+
- New Constructor GMapRoute(MapRoute oRoute)
24+
- New UMP-pcPL Map Provided Added
25+
- BingOSMapProvider Fix
26+
- Routing instructions for OpenStreetMap
27+
- Added TTL cache in GMapProvider, GeocodingProvider, RoutingProvider, DirectionsProvider, RoadsProvider
28+
- Reimplement multi-touch method Contributed by bymindzz
29+
### GMap.NET.Windows Forms
30+
- Added IsZoomSignificant and IsHitTestVisible to overlay
31+
### GMap.NET.WindowsPresentation
32+
- Moved CreateRoutePath, CreatePolygonPath
33+
- Regenerate Shape fix
34+
35+
## Version 1.8.8
36+
### GMap.NET.Windows Core
37+
- RoadsProvider Implementation
38+
- Fixed GetDirections of DirectionsProvider
39+
- Message return and error code of the GetRote method of DirectionsProvider
40+
- Call Interface GeocodingProvider, DirectionsProvider, RoutingProvider from GMapControl
41+
- Primary cache error correction of RoutingProvider, DirectionsProvider, GeocodingProvider
42+
- Correction of duration field of the OpenStreetMap provider
43+
### GMap.NET.Windows Forms
44+
- Correction of error event double click the GMapControl
45+
46+
## Version 1.8.7
47+
### GMap.NET.Windows Core
48+
- Call Interface GeocodingProvider, DirectionsProvider, RoutingProvider from GMapControl
49+
- Primary cache error correction of RoutingProvider, DirectionsProvider, GeocodingProvider
50+
- Correction of duration field of the OpenStreetMap provider
51+
### GMap.NET.Windows Forms
52+
- Correction of error event double click the GMapControl
53+
54+
## Version 1.8.5
55+
### GMap.NET.Windows Core
56+
- Added time to live cache (BingMapProvider and GoogleMapProvider).
57+
- Added Mouse double click event on Marker Polygon and Route
58+
- Added Provider Bing Ordnance Survey (UK)
59+
- Added Methods to calculate distances from routes
60+
- Set virtual keyword to RoutingProvider methods
61+
- Check if a given point is within the given point based map boundary
62+
### GMap.NET.Windows Presentation
63+
- Wpf control for binding
64+
- Adding CenterPosition Dependency Property which allows us to easily update map position based on position
65+
- Adding an additional check if any Mouse button is being pressed on OnMouseMove event on GMapControl.cs before calling BeginDrag
66+
- Added pinch and zoom gestures via manipulation events.
67+
- Deprecated TouchEnabled and made it a dependency property so you can turn it on and off.
68+
- TouchEnabled is now set to false by default instead of true.
69+
- Added multi touch code via manipulation events to handle any number of touch events.
70+
- Panning via single touch and pinch/zoom effect handled for greater than or equal to 2 points.
71+
- Created dependency propertiy for MultiTouchEnabled so it can be configured via xaml
72+

0 commit comments

Comments
 (0)