offRoadDestinationReachedListener property

OffRoadDestinationReachedListener? offRoadDestinationReachedListener

Object to receive the notification about the arrival at the off-road destination. Off-road 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 notifies when the off-road destination has been reached.

Implementation

OffRoadDestinationReachedListener? get offRoadDestinationReachedListener;
void offRoadDestinationReachedListener=(OffRoadDestinationReachedListener? value)

Object to receive the notification about the arrival at the off-road destination. Off-road 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 notifies when the off-road destination has been reached.

Implementation

set offRoadDestinationReachedListener(OffRoadDestinationReachedListener? value);