minTimeDifference property

Duration? minTimeDifference
getter/setter pair

The minimum time difference, before notifying the DynamicRoutingListener. To get notified, the following check must be true: oldEstimatedTimeOfArrival - newEstimatedTimeOfArrival > DynamicRoutingEngineOptions.minTimeDifference. A value of 0 will be treated as null meaning no event will be sent. In order to receive events the difference needs to be greater than 0. Defaults to null.

Implementation

Duration? minTimeDifference;