destinationReachedListener property

DestinationReachedListener? destinationReachedListener

Object to receive the notification about the arrival at the destination. Destination reached notifications only occurs if a route has been set. Setting null value to the listener will unset the listener. It returns null when no listener is set by an user. Gets the listener that notify when the destination has been reached.

Implementation

DestinationReachedListener? get destinationReachedListener;
void destinationReachedListener=(DestinationReachedListener? value)

Object to receive the notification about the arrival at the destination. Destination reached notifications only occurs if a route has been set. Setting null value to the listener will unset the listener. It returns null when no listener is set by an user. Sets the listener that notify when the destination has been reached.

Implementation

set destinationReachedListener(DestinationReachedListener? value);