distanceType property

  1. @Deprecated("Will be removed in v4.29.0. Use the `WarningStatus` implementation instead.")
DistanceType distanceType
getter/setter pair

The distance type of the warning (e.g.: warning for a new safety camera ahead, warning for passing a safety camera). Since the safety camera 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;