SchoolZoneWarningListener (API Reference)
Package com.here.sdk.navigation
Interface SchoolZoneWarningListener
public interface SchoolZoneWarningListener
This interface should be implemented in order to receive school zone warnings.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSchoolZoneWarningUpdated(List<SchoolZoneWarning> schoolZoneWarning) Called whenever a new school zone warning is available.
-
Method Details
-
onSchoolZoneWarningUpdated
Called whenever a new school zone warning is available.
- Parameters:
schoolZoneWarning-The object that contains details on the school zone warning.
-