DangerZoneWarningListener (API Reference)
Package com.here.sdk.navigation
Interface DangerZoneWarningListener
public interface DangerZoneWarningListener
This interface should be implemented in order to receive notifications about the Danger zones.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDangerZoneWarningsUpdated(DangerZoneWarning dangerZonesWarning) Called whenever the current location has been updated.
-
Method Details