onSchoolZoneWarningUpdated abstract method

void onSchoolZoneWarningUpdated(
  1. List<SchoolZoneWarning> schoolZoneWarning
)

Called whenever a new school zone warning is available.

  • schoolZoneWarning The object that contains details on the school zone warning.

Implementation

void onSchoolZoneWarningUpdated(List<SchoolZoneWarning> schoolZoneWarning);