Flights V3Airport
Container for list of Information about each search locations
Parameters
code
Three-letter IATA airport code for departure location
name
Name of departure airport
city
City where departure airport resides
province
Province or State where departure airport resides
country
Country where departure airport resides
latitude
Latitude where departure airport resides
longitude
Longitude where departure airport resides
Constructors
Link copied to clipboard
public FlightsV3Airport FlightsV3Airport(String code, String name, String city, String province, String country, String latitude, String longitude)