distanceType property
- @Deprecated("Will be removed in v4.29.0. Use the `WarningStatus` implementation instead.")
getter/setter pair
The distance type for the warning, e.g. a warning for a new traffic merge location ahead or a warning for
passing a traffic merge location. Since the traffic merge warning is given relative to a single position on
the route, DistanceType.REACHED will never be given for this warning.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarningStatus` implementation instead.")
DistanceType distanceType;