tollStopWarningListener property

TollStopWarningListener? tollStopWarningListener

Object to receive information on the upcoming toll stop. Setting null value to the listener will unset the listener. This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process. Gets the listener to receive notifications about the the upcoming toll stop.

Implementation

TollStopWarningListener? get tollStopWarningListener;
void tollStopWarningListener=(TollStopWarningListener? value)

Object to receive information on the upcoming toll stop. Setting null value to the listener will unset the listener. This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process. Sets the listener to receive notifications about the upcoming toll stop.

Implementation

set tollStopWarningListener(TollStopWarningListener? value);