Skip to content

Releases: judero01col/GMap.NET

GMap.NETv2.1.6

23 Jun 14:41
Compare
Choose a tag to compare

GMap.NET.Windows Core

  • New Provider OpenStreetMapGraphHopper
  • Fix OpenStreetMap GetRoute
  • .Net Framework 4.6, 4.7, 4.8 support added
  • .Net Core 3.1, 5.0, 6.0 support added

GMap.NET.Windows Forms

  • Insert and IndexOf are implemented in ObservableCollection
  • .Net Framework 4.6, 4.7, 4.8 support added
  • .Net Core 3.1, 5.0, 6.0 support added

GMap.NET.Windows Forms Utils

  • ObjectExtensions LINQPad
    Use .DumpMarkers() or .DumpRoute() to add markers or route lines to a map in a new result pane

GMap.NET.WindowsPresentation

  • .Net Framework 4.6, 4.7, 4.8 support added
  • .Net Core 3.1, 5.0, 6.0 support added

GMap.NET.Avalonia

  • .Net Framework 4.7, 4.8 support added
  • .Net Core 3.1, 5.0, 6.0 support added
  • New GMap.NET.WinAvalonia library

GMap.NETv2.1.0

12 May 22:07
ada0d5b
Compare
Choose a tag to compare
Merge pull request #156 from judero01col/dev-20220512

Dev 20220512

GMap.NETv2.0.3

21 Nov 03:16
Compare
Choose a tag to compare
Release Version 2.0.3

GMap.NETv1.9.9.5

24 Nov 01:09
470bfb4
Compare
Choose a tag to compare

Version 1.9.9.5

GMap.NET.Core

  • None

GMap.NET.WinForms

  • Add event OnMapClick
  • Add event OnMapDoubleClick

GMap.NET.WinPresentation

  • None

GMap.NETv1.9.7.2

19 Nov 17:48
Compare
Choose a tag to compare

Library migrated to .Net Core and published new Nuget packages.

GMap.NET.Core
GMap.NET.WinForms
GMap.NET.WinPresentation

GMap.NETv1.9.1

07 Nov 18:48
6dc86c1
Compare
Choose a tag to compare

GMap.NET.Windows Core

Custom MapProvider Add

GMap.NETv1.9.0

06 Nov 17:58
299831e
Compare
Choose a tag to compare

GMap.NET.Windows Core

  • Compatibility with Framework 4.0
  • New Constructor GMapRoute(MapRoute oRoute)
  • New UMP-pcPL Map Provided Added
  • BingOSMapProvider Fix
  • Routing instructions for OpenStreetMap
  • Added TTL cache in GMapProvider, GeocodingProvider, RoutingProvider, DirectionsProvider, RoadsProvider
  • Reimplement multi-touch method Contributed by bymindzz

GMap.NET.Windows Forms

  • Added IsZoomSignificant and IsHitTestVisible to overlay

GMap.NET.WindowsPresentation

  • Moved CreateRoutePath, CreatePolygonPath
  • Regenerate Shape fix

GMap.NETv1.8.8

04 Nov 02:38
Compare
Choose a tag to compare

GMap.NET.Windows Core

  • RoadsProvider Implementation
  • Fixed GetDirections of DirectionsProvider
  • Message return and error code of the GetRote method of DirectionsProvider
  • Call Interface GeocodingProvider, DirectionsProvider, RoutingProvider from GMapControl
  • Primary cache error correction of RoutingProvider, DirectionsProvider, GeocodingProvider
  • Correction of duration field of the OpenStreetMap provider

GMap.NET.Windows Forms

  • Correction of error event double click the GMapControl

GMap.NETv1.8.7

02 Nov 07:54
Compare
Choose a tag to compare

GMap.NET v1.8.5

05 Apr 13:14
Compare
Choose a tag to compare

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