truckRestrictionsWarningListener property

TruckRestrictionsWarningListener? truckRestrictionsWarningListener

Object to receive notifications about truck restrictions on the current road. 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 about truck restrictions on the current road.

Implementation

TruckRestrictionsWarningListener? get truckRestrictionsWarningListener;
void truckRestrictionsWarningListener=(TruckRestrictionsWarningListener? value)

Object to receive notifications about truck restrictions on the current road. 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 about truck restrictions on the current road.

Implementation

set truckRestrictionsWarningListener(TruckRestrictionsWarningListener? value);