OffRoadDestinationReachedDelegate
public protocol OffRoadDestinationReachedDelegate : AnyObject
This protocol should be implemented in order to receive notifications from this class about the arrival at the off-road destination.
-
Called when the off-road destination has been reached.
Declaration
Swift
func onOffRoadDestinationReached()