Flights V3Location
Container for list of possible locations that could be used to disambiguate the query.
Parameters
type
The type of location code (MULTICITY | METROCODE).
id
Expedia Region ID of the specified airport.
name
Location Name
code
Location Code
address
Street address of the location (if available)
geo Location
country
Constructors
Link copied to clipboard
public FlightsV3Location FlightsV3Location(String type, String id, String name, String code, String address, FlightsV3GeoLocation geoLocation, FlightsV3Country country)