This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated releasenotes and changed assembly version.
- Loading branch information
Showing
3 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS. | ||
|
||
- Bufgix in MapView dispose. | ||
- Fixed threading issue in MapView, MapViewAnimator and RouteTracker. | ||
- Fixed CoreText warning message on iOS (thanks @macjon) | ||
- Added the option to create a TagCollection from a Dictionary<string, string>. | ||
- Updated the Vehicle class with serialization options. | ||
- Added two more offline map sample files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS. | ||
|
||
- Bufgix in MapView dispose. | ||
- Fixed threading issue in MapView, MapViewAnimator and RouteTracker. | ||
- Fixed CoreText warning message on iOS (thanks @macjon) | ||
- Added the option to create a TagCollection from a Dictionary<string, string>. | ||
- Updated the Vehicle class with serialization options. | ||
- Added two more offline map sample files. | ||
- Added a way to serialize/deserialize vehicle profiles by ID and registration. | ||
- Added a HugeHashSet to get around object size limitations. | ||
- Small fix in IsRestriction in OsmRoutingInterpreter. | ||
- Added ExpandWith to GeoCoordinateBox to resize an existing box. | ||
- Optimized network loading step for live graph. | ||
- Added a performance test for the live routing. | ||
- Added a live preprocessor to compress the routing graph. | ||
- Routing speed improvement when using the live routing flavour. | ||
- Fixed resolving end point bugs. | ||
- Partial fix of LayerTile problem. | ||
- Added extra functionality to calculate information about a route. | ||
- Added extra unittests for the RouteTracker. | ||
- LayerTile optimizations. | ||
- Optimized LayerTile to start loading tiles at the center. | ||
- Fixed unittests that failed because of incorrectly mapped data. OsmSharp can now handle this data. | ||
- Added the possibility to serialize routing graph to one big flatfile and load them again from disk. |