Search code examples
iosiphoneswiftskmaps

Skobbler advice issues


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?


Solution

  • You receive the advices during the navigation by listening to the SKNavigationDelegate callbacks.

    See the Swift examples here.