TruckRestrictionWarning constructor

TruckRestrictionWarning(
  1. double distanceInMeters,
  2. DistanceType distanceType
)

Implementation

TruckRestrictionWarning(double distanceInMeters, DistanceType distanceType)
  : distanceInMeters = distanceInMeters, weightRestriction = null, dimensionRestriction = null, distanceType = distanceType, trailerCount = null, timeRule = null, truckRoadType = null, hazardousMaterials = [], tunnelCategory = null, axleCount = null;