Meins
Meins

Reputation: 135

API/SDK to integrate turn by turn navigation in iOS app

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

Answers (3)

ianthetechie
ianthetechie

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

Ando
Ando

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

gabuh
gabuh

Reputation: 1166

You could try with MKDirectionsRequest or similar classes from Apple's MapKit

Upvotes: 1

Related Questions