Reputation: 23
I have been playing with the Skobbler SDK demo app. I am particularly interested in the SKRouteAdvice where it essentially advises you to turn left and such.
The problem I have encountered with the Swift demo is that it seems to give you the entire array of advice right at the very start before the trip even begins and doesnt pan it out across as the trip happens.
Anyone else encounter this?
Upvotes: 2
Views: 107
Reputation: 11439
You receive the advices during the navigation by listening to the SKNavigationDelegate callbacks.
See the Swift examples here.
Upvotes: 1