AdministrativeCommercialVehicleRules class

Commercial vehicle regulations for an administrative region (country or state).

Contains access restrictions, speed limits, and drive/rest rules applicable to commercial vehicles on road segments within the region.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Constructors

AdministrativeCommercialVehicleRules(AdminContextId id)

Properties

accessRegulations ↔ List<VehicleSpecificAccess>
Access restrictions for commercial vehicles (e.g. bridge/tunnel restrictions).
getter/setter pair
driveRestRegulation DriveRestRegulation
Drive and rest regulations for commercial drivers.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
id AdminContextId
Administrative context identifier for this set of rules.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
speedLimitRegulations ↔ List<VehicleSpecificSpeedLimit>
Vehicle-specific speed limits for commercial vehicles.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.