Skip to content

2.0.0

Compare
Choose a tag to compare
@boldtrn boldtrn released this 21 Mar 20:02
· 31 commits to main since this release
19d7429
  • Initial release of Navigation UI package.
  • We adapted Navigation module (mostly RouteFetcher) to be aligned with the implementation we need in the Navigation-UI package.
  • Move Style-Url, Routing-Url and Access-Token to NavigationSettings in sample app.
  • Remove unused code (mostly Mapbox Speech Service related classes).
  • Updated Maplibre version to v10.0.2.
  • Incremented minSdk version from 15 to 21 to work same as maplibre implementation.
  • Created custom classes for GoogleLocationEngineImpl, Utils, LocationEngineProvider which were removed from default implementation maplibre to provide working with GSM location.
  • Corrected resource calls due to renamed res files in maplibre (from mapbox_ to maplibre_).
  • All changes are included in this pull request 49
  • Updated dependencies of used libs and build tools
  • Removed AccessToken usage
  • Fixed Jitpack Build
  • Use the navigation options instead of constants in ToleranceUtils (used in the offroute detection), if you haven't modified rerouting values in the navigation options, nothing should change