PickVehicleRestrictionsResult.withVehicleRestriction constructor

PickVehicleRestrictionsResult.withVehicleRestriction(
  1. GeoCoordinates coordinates,
  2. VehicleRestriction vehicleRestriction
)

Creates a new instance.

  • coordinates The geographic coordinates of the vehicle restriction.
  • vehicleRestriction The vehicle restriction details.

Implementation

PickVehicleRestrictionsResult.withVehicleRestriction(this.coordinates, this.vehicleRestriction)
    : countryCode = null;