Interface OffRoadProgressListener


public interface OffRoadProgressListener

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the current location has been updated and the user is off-road.
  • Method Details

    • onOffRoadProgressUpdated

      void onOffRoadProgressUpdated(@NonNull OffRoadProgress offRoadProgress)

      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.

      Parameters:
      offRoadProgress -

      The current off-road progress update.