speedWarningListener property
Object to receive notifications when a speed limit on a road is exceeded or driving speed is restored back to normal.
Setting null value to the listener will unset the listener.
It returns null when no listener is set by an user.
Gets the listener to receive notifications
when a speed limit on a road is exceeded or driving speed is restored back to normal.
Implementation
SpeedWarningListener? get speedWarningListener;
Object to receive notifications when a speed limit on a road is exceeded or driving speed is restored back to normal.
Setting null value to the listener will unset the listener.
It returns null when no listener is set by an user.
Sets the listener to receive notifications
when a speed limit on a road is exceeded or driving speed is restored back to normal.
Implementation
set speedWarningListener(SpeedWarningListener? value);