Turn-by-Turn Navigation Overview
Use TurnByTurnNavigationAPI to send the current navigation step to the device as a NavigationInfoModel.
The host app remains responsible for GPS, route calculation, rerouting, and deciding when to publish updates. The SDK sends a navigation snapshot containing maneuver, instruction, road, distance, time, transport mode, map provider, and optional alert information.
The current public API does not upload route segments or expose start, stop, current-segment, or active-state methods. “Segment Navigation” is the existing documentation category name; the SDK capability is named Turn-by-Turn Navigation.
Available Guides
Send Navigation Information
Build and send a turn-by-turn navigation snapshot to the device
Navigation Maneuvers
Map turn-by-turn navigation instructions to NavigationManeuver values
Navigation Alerts
Reference route warnings and their parameter values
Implement with AI Assistance
Implement this workflow with AI
Use the official Send AIBuds Turn-by-Turn Navigation skill to adapt this workflow to your app.
Read and follow https://docs-aibuds.github.io/skills/send-aibuds-turn-by-turn-navigation. Use it to implement Send AIBuds Turn-by-Turn Navigation in this iOS project and verify the result.