SpeedLimitRule.When
Scopes for SpeedLimitRule: Scope.HEADING, Scope.TEMPORAL, Scope.TRAVEL MODE, Scope.PURPOSE OF USE, Scope.RECOGNIZED STATUS and Scope.VEHICLE
Fields
| Name | Type | Description |
|---|---|---|
during | OpeningHours (optional) | The recurring time span, in the OpenStreetMap opening hours format, that the containing SpeedLimitRule applies to. For the OSM opening hours specification, see https://wiki.openstreetmap.org/wiki/Key:opening_hours/specification. At least one of heading, during, mode, using, recognized, vehicle must be set |
heading | Heading (optional) | The heading, either forward or backward, that the containing SpeedLimitRule applies to. At least one of heading, during, mode, using, recognized, vehicle must be set |
mode | list<TravelMode> (optional) | A list of one or more travel modes, such as car, truck, or foot, that the containing SpeedLimitRule applies to.minimum length: 1Ensures all items in a collection are unique. ( UniqueItemsConstraint)At least one of heading, during, mode, using, recognized, vehicle must be set |
recognized | list<RecognizedStatus> (optional) | A list of one or more recognized status values, such as employee or student, that the containing SpeedLimitRule applies to.minimum length: 1Ensures all items in a collection are unique. ( UniqueItemsConstraint)At least one of heading, during, mode, using, recognized, vehicle must be set |
using | list<PurposeOfUse> (optional) | A list of one or more usage purposes, such as delivery or arrival at final destination, that the containing SpeedLimitRule applies to.minimum length: 1Ensures all items in a collection are unique. ( UniqueItemsConstraint)At least one of heading, during, mode, using, recognized, vehicle must be set |
vehicle | VehicleAxleCountSelector | VehicleHeightSelector | VehicleLengthSelector | VehicleWeightSelector | VehicleWidthSelector (list, optional) | A list of one or more vehicle parameters that limit the vehicles the containing SpeedLimitRule applies to.minimum length: 1Ensures all items in a collection are unique. ( UniqueItemsConstraint)At least one of heading, during, mode, using, recognized, vehicle must be set |
Constraints
- At least one of
heading,during,mode,using,recognized,vehiclemust be set