Interface LowSpeedZoneWarningListener


public interface LowSpeedZoneWarningListener

This interface should be implemented in order to receive low speed zone warnings. Note: This is currently available only for Japan. The low speed zone warner is a zone warner, which means that for a low speed zone there will always be 3 warnings emitted, with the LowSpeedZoneWarning.distance_type set to DistanceType.AHEAD, DistanceType.REACHED and lastly DistanceType.PASSED when the end of the low speed zone is passed.

  • Method Details

    • onLowSpeedZoneWarningUpdated

      void onLowSpeedZoneWarningUpdated(@NonNull LowSpeedZoneWarning lowSpeedZoneWarning)

      Called whenever a new low speed zone warning is available.

      Parameters:
      lowSpeedZoneWarning -

      The object that contains details on the low speed zone warning.