PickVehicleRestrictionsResult.withVehicleRestrictionAndCountryCode constructor
- GeoCoordinates coordinates,
- CountryCode? countryCode,
- VehicleRestriction vehicleRestriction
Creates a new instance.
coordinatesThe geographic coordinates of the vehicle restriction.countryCodeCountry code.vehicleRestrictionThe vehicle restriction details.
Implementation
PickVehicleRestrictionsResult.withVehicleRestrictionAndCountryCode(this.coordinates, this.countryCode, this.vehicleRestriction);