Skip to content

0.20.0

Compare
Choose a tag to compare
@ianthetechie ianthetechie released this 01 Nov 03:15
· 24 commits to main since this release

Another epic release! The most exciting feature is support for arbitrary annotations on iOS. Annotations are JSON data that "annotates" each line segment (coordinate pair) for the entire route. We've included data models for the ones included in Valhalla, most notably speed limits, but you can add your own arbitrary fields too!

screenshot

Breaking changes

  • We made some changes to the navigation views on iOS; if you had a heavily customized view, you may get some compilation errors which should guide you to a fix.
  • Users of the simulated location provider may need to add a third argument to configure jitter. (Add a random jitter of 10 meters to make your GPS look a bit tipsy 🙃)
  • The interface to the instructions view on Android has changed rather significantly to include a view of upcoming steps.

What's Changed

New Contributors

Full Changelog: 0.19.0...0.20.0