GuidanceNextManeuverMonitor
open class GuidanceNextManeuverMonitor : NSObject
Monitors and notifies the delegate about changes on the estimated arrival at the destination.
-
The delegate object which will receive the next manuever updates.
Declaration
Swift
public weak var delegate: GuidanceNextManeuverMonitorDelegate?
-
Creates and returns a new instance of the next maneuver monitor.
Declaration
Swift
public convenience init(route: NMARoute)Parameters
routeThe route to be used.
-
In case of rerouting, it is under user responsibility to update the route.
Declaration
Swift
public func updateRoute(_ route: NMARoute?)Parameters
routeThe updated route.
View on GitHub
GuidanceNextManeuverMonitor Class Reference