trafficDelay property
getter/setter pair
The estimated traffic delay in seconds from current location until the end of the Section is reached. Note that the value is accumulated per section, and that the last section contains the overall traffic delay until the destination is reached. The delay might be a negative value: Negative values indicate that the part of this section can be traversed faster than usual. Note that this is based on a delay value received at the moment of route calculation. Defaults to 0 seconds.
Implementation
Duration trafficDelay;