schoolZoneWarningListener property
Object to receive notifications about school zones on the current road.
Setting null value to the listener will unset the listener.
school zones on the current road.
It returns null when no listener is set by an user.
Gets the listener to receive notifications about school zones on the current road.
Implementation
SchoolZoneWarningListener? get schoolZoneWarningListener;
Object to receive notifications about school zones on the current road.
Setting null value to the listener will unset the listener.
school zones on the current road.
It returns null when no listener is set by an user.
Sets the listener to receive notifications about school zones on the current road.
Implementation
set schoolZoneWarningListener(SchoolZoneWarningListener? value);