SpeedLimitListener (API Reference)
Package com.here.sdk.navigation
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 TypeMethodDescriptionvoidonSpeedLimitUpdated(SpeedLimit speedLimit) Called whenever the speed limit of the current road changes.
-
Method Details