Interface SpeedLimitListener


public interface SpeedLimitListener

This interface should be implemented in order to receive the speed limit of the current road.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the speed limit of the current road changes.
  • Method Details

    • onSpeedLimitUpdated

      void onSpeedLimitUpdated(@NonNull SpeedLimit speedLimit)

      Called whenever the speed limit of the current road changes.

      Parameters:
      speedLimit -

      Speed limit of the current road.