RoadSignWarning constructor

RoadSignWarning(
  1. double distanceToRoadSignInMeters,
  2. RoadSignType type,
  3. RoadSignCategory category,
  4. GeneralWarningRoadSignType generalWarningType,
  5. bool isPrioritySign,
  6. List<RoadSignVehicleType> vehicleTypes,
  7. WeatherType weatherType,
  8. SegmentReference roadSignSegment,
  9. DistanceType distanceType,
)

Implementation

RoadSignWarning(double distanceToRoadSignInMeters, RoadSignType type, RoadSignCategory category, GeneralWarningRoadSignType generalWarningType, bool isPrioritySign, List<RoadSignVehicleType> vehicleTypes, WeatherType weatherType, SegmentReference roadSignSegment, DistanceType distanceType)
  : distanceToRoadSignInMeters = distanceToRoadSignInMeters, type = type, category = category, generalWarningType = generalWarningType, isPrioritySign = isPrioritySign, vehicleTypes = vehicleTypes, weatherType = weatherType, signValue = null, preWarning = null, duration = null, validityTime = null, roadSignSegment = roadSignSegment, distanceType = distanceType;