RoadSignWarning constructor
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;