fun routeMatchesTruckPassZonePasses(truckPassZoneIds: TruckPassZoneIdRouteLongAttribute, passZonePasses: List<TruckPassZonePass>): Boolean
Checks if the provided list of passes is sufficient to pass the freight traffic areas through which the route passes.
If the route does not pass through any freight traffic areas, the function returns true
Parameters
truckPassZoneIds
TruckPassZoneIdRouteLongAttribute
Attribute of a route with identifiers of access zones for freight transport
passZonePasses
List<TruckPassZonePass>
Pass for passage through the checkpoints of freight transport
Returns
Boolean
A sign of the sufficiency of passes to travel along the route