Expand description
§Ferrostar
Ferrostar is a modern SDK for building turn-by-turn navigation applications.
Check out the User Guide for an introduction and tutorials for major platforms like iOS and Android.
This is the core of Ferrostar, which contains common data models, traits and integrations with common routing backends like Valhalla, spatial algorithms, and the navigation state machine.
If you’re looking to build a navigation experience for a new platform, or you just want to use the primitives in your existing architecture, this crate is for you.
Modules§
- Common spatial algorithms which are useful for navigation.
- Tools for deciding when the user has sufficiently deviated from a route.
- Common data models.
- The navigation state machine.
- The bridge between routing engines and Ferrostar in high-level platform frameworks.
- Tools for simulating progress along a route.