Reputation: 135
Do you know a sdk / API which I can integrate a complete turn by turn navigation in my app? Is there such a thing?
Upvotes: 3
Views: 1046
Reputation: 670
In case anyone is still looking for this today, check out Ferrostar. We've learned a lot about how (not) to build apps and SDKs over the last decade. With Ferrostar, we're trying to optimize for extensibility (every navigation use case is slightly different) and composability (you can swap out just about everything from core behaviors like off-route detection all the way up to the UI).
Upvotes: 0
Reputation: 11409
Yes - use the Scout SDK (OpenStreetMap based solution) - you can embed TBT directly in your app and they have a free tier to get you started.
Upvotes: 1
Reputation: 1166
You could try with MKDirectionsRequest
or similar classes from Apple's MapKit
Upvotes: 1