Navigation
public protocol Navigation
Object that contains information about navigation events
-
Current status of the ongoing navigation
Declaration
Swift
var status: NavigationStatus { get set }
-
Destination of the current navigation
Declaration
Swift
var destination: Destination { get set }
-
The calculated route.
Declaration
Swift
var route: SITRoute? { get set }