Skip to content

GMap.NET v1.8.5

Compare
Choose a tag to compare
@judero01col judero01col released this 05 Apr 13:14
· 219 commits to master since this release

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