OffRoadProgressDelegate

public protocol OffRoadProgressDelegate : AnyObject

This protocol should be implemented in order to receive notifications about the current off-road location from Navigator.

  • Called whenever the current location has been updated and the user is off-road. Off-road progress events starts after the user has reached the map-matched destination and the current location is not map-matched.

    Declaration

    Swift

    func onOffRoadProgressUpdated(_ offRoadProgress: OffRoadProgress)

    Parameters

    offRoadProgress

    The current off-road progress update.