VehicleRestrictionIconProperties constructor

VehicleRestrictionIconProperties(
  1. VehicleRestriction restriction
)

Creates icon properties for specified restriction.

  • restriction Vehicle restriction to generate icon for.

Implementation

VehicleRestrictionIconProperties(this.restriction)
    : countryCode = null;