CarsLocationOption
List for possible locations from which the customer must choose the best one to be re-submitted in the request.
Parameters
requestedLocation
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.
regionId
RegionId the location resides in.
shortName
The name of the location which matches the location keyword.
airportCode
Indicates the nearest major airport to the location.
address
The address of the location.
country
geoLocation
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)