|
1 | | -Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS. |
2 | | - |
3 | | -- Bufgix in MapView dispose. |
4 | | -- Fixed threading issue in MapView, MapViewAnimator and RouteTracker. |
5 | | -- Fixed CoreText warning message on iOS (thanks @macjon) |
6 | | -- Added the option to create a TagCollection from a Dictionary<string, string>. |
7 | | -- Updated the Vehicle class with serialization options. |
8 | | -- Added two more offline map sample files. |
| 1 | +- Added a way to serialize/deserialize vehicle profiles by ID and registration. |
| 2 | +- Added a HugeHashSet to get around object size limitations. |
| 3 | +- Small fix in IsRestriction in OsmRoutingInterpreter. |
| 4 | +- Added ExpandWith to GeoCoordinateBox to resize an existing box. |
| 5 | +- Optimized network loading step for live graph. |
| 6 | +- Added a performance test for the live routing. |
| 7 | +- Added a live preprocessor to compress the routing graph. |
| 8 | +- Routing speed improvement when using the live routing flavour. |
| 9 | +- Fixed resolving end point bugs. |
| 10 | +- Partial fix of LayerTile problem. |
| 11 | +- Added extra functionality to calculate information about a route. |
| 12 | +- Added extra unittests for the RouteTracker. |
| 13 | +- LayerTile optimizations. |
| 14 | +- Optimized LayerTile to start loading tiles at the center. |
| 15 | +- Fixed unittests that failed because of incorrectly mapped data. OsmSharp can now handle this data. |
| 16 | +- Added the possibility to serialize routing graph to one big flatfile and load them again from disk. |
0 commit comments