ActiveNavigationEventsManagerDataSource
public protocol ActiveNavigationEventsManagerDataSource : AnyObject
The ActiveNavigationEventsManagerDataSource
protocol declares values required for recording route following events.
-
Declaration
Swift
var routeProgress: RouteProgress { get }
-
Declaration
Swift
var router: Router { get }
-
Declaration
Swift
var desiredAccuracy: CLLocationAccuracy { get }
-
Declaration
Swift
var locationManagerType: NavigationLocationManager.Type { get }