LowSpeedZoneWarningListener (API Reference)
Package com.here.sdk.navigation
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 Summary
Modifier and TypeMethodDescriptionvoidonLowSpeedZoneWarningUpdated(LowSpeedZoneWarning lowSpeedZoneWarning) Called whenever a new low speed zone warning is available.
-
Method Details