PickVehicleRestrictionsResult.withVehicleRestrictionAndCountryCode constructor

PickVehicleRestrictionsResult.withVehicleRestrictionAndCountryCode(
  1. GeoCoordinates coordinates,
  2. CountryCode? countryCode,
  3. VehicleRestriction vehicleRestriction
)

Creates a new instance.

  • coordinates The geographic coordinates of the vehicle restriction.
  • countryCode Country code.
  • vehicleRestriction The vehicle restriction details.

Implementation

PickVehicleRestrictionsResult.withVehicleRestrictionAndCountryCode(this.coordinates, this.countryCode, this.vehicleRestriction);