GuidanceSpeedMonitor
open class GuidanceSpeedMonitor : NSObject
Monitors and notifies the delegate about changes on speed and speed limit.
-
The delegate object which will receive the changes on speed and speed limit.
Declaration
Swift
public weak var delegate: GuidanceSpeedMonitorDelegate?