Cars Location
Container for list of possible locations that could be used to disambiguate the query.
Parameters
location Id
Location id.
type
The type of location code (MULTICITY | METROCODE).
id
Expedia Region ID of the specified airport.
name
Location Name
code
Location Code
address
point Of Interest
geo Location
neighborhood
region Id
RegionId the location resides in.
country
Constructors
Link copied to clipboard
public CarsLocation CarsLocation(String locationId, String type, String id, String name, String code, CarsAddress address, String pointOfInterest, CarsGeoLocation geoLocation, CarsNeighborhood neighborhood, Long regionId, CarsCountry country)