noTruckInnermostLane property
getter/setter pair
Stores the number of Lanes present, if a truck is not allowed on the innermost lane.
If this field is null, no restriction for innermost lane
If a regulation indicates trucks are not allowed on the innermost lane if the road has three or more lanes, the value “3” is applied as that is the minimum lane count for which the regulation is applicable.
However, there might be cases where multiple innermost lanes are restricted. For example value 3 will be used when vehicles are only allowed to drive the 2 outer most lanes in case of 3 or more lanes motorway.
Implementation
int? noTruckInnermostLane;