LowSpeedZoneWarning constructor
- double distanceToLowSpeedZoneInMeters,
- double speedLimitInMetersPerSecond,
- DistanceType distanceType,
- SegmentReference segmentReference,
Creates a new instance.
distanceToLowSpeedZoneInMetersDistance to the low speed warning in meters.speedLimitInMetersPerSecondSpeed limit of the low speed zone.distanceTypeThe distance type for the warning, e.g. a warning for a new low speed zone ahead or a warning for passing a low speed zone.segmentReferenceThe reference to the segment where the low speed zone is located. It can be used to identify the location.
Implementation
LowSpeedZoneWarning(this.distanceToLowSpeedZoneInMeters, this.speedLimitInMetersPerSecond, this.distanceType, this.segmentReference);