offRoadProgressListener property

OffRoadProgressListener? offRoadProgressListener

Object to receive the notification about the off-road progress. Off-road progress 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 about off-road progress.

Implementation

OffRoadProgressListener? get offRoadProgressListener;
void offRoadProgressListener=(OffRoadProgressListener? value)

Object to receive the notification about the off-road progress. Off-road progress 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 about off-road progress.

Implementation

set offRoadProgressListener(OffRoadProgressListener? value);