Cars Location Option
List for possible locations from which the customer must choose the best one to be re-submitted in the request.
Parameters
requested Location
Location used in partner request.
locations
Container for list of possible locations that could be used to disambiguate the query.
type
Type of the location.
region Id
RegionId the location resides in.
short Name
The name of the location which matches the location keyword.
airport Code
Indicates the nearest major airport to the location.
address
The address of the location.
country
geo Location
Constructors
Link copied to clipboard
public CarsLocationOption CarsLocationOption(String requestedLocation, List<CarsLocation> locations, String type, String regionId, String shortName, String airportCode, String address, CarsCountry country, CarsGeoLocation geoLocation)