SegmentSpecialSpeedSituation constructor
- SpecialSpeedType specialSpeedType,
- double speedLimitInMetersPerSecond,
- List<
TimeRule> appliesDuring
Creates a new instance with default values.
specialSpeedTypeRepresents the speed situation type.speedLimitInMetersPerSecondOverrides normal speed limit for this situation.
May be 0 to indicate no special speed limit in the case of special_speed_type = SPEED_BUMPS_PRESENT and special_speed_type = LANE_DEPENDENT. Speed limit in meter per seconds.
appliesDuringThe times during which the condition applies. May be empty for all special_speed_type values exceptTIME_DEPENDENTandAPPROXIMATE_SEASONAL_TIME.
Implementation
SegmentSpecialSpeedSituation(this.specialSpeedType, this.speedLimitInMetersPerSecond, this.appliesDuring);