Interface OffRoadDestinationReachedListener


public interface OffRoadDestinationReachedListener

This interface should be implemented in order to receive notifications from this class about the arrival at the off-road destination.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the off-road destination has been reached.
  • Method Details

    • onOffRoadDestinationReached

      void onOffRoadDestinationReached()

      Called when the off-road destination has been reached.