minTimeDifferencePercentage property

double? minTimeDifferencePercentage
getter/setter pair

The value is in the range of [0, 1] over the remaining (current position to next waypoint) To get notified, the following check must be true: oldEstimatedTimeOfArrival - newEstimatedTimeOfArrival >= newRouteDuration * min_time_difference_percentage. 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

double? minTimeDifferencePercentage;