GuidanceManeuverMonitor
open class GuidanceManeuverMonitor : NSObject
This class is responsible for monitoring HERE Maps SDK guidance maneuver events provided by NMANavigationManager.
-
The delegate object that conforms to the
GuidanceManeuverMonitorDelegateprotocol.Declaration
Swift
public weak var delegate: GuidanceManeuverMonitorDelegate?
-
Creates and returns a
GuidanceManeuverMonitorobject.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
GuidanceManeuverMonitor Class Reference