We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53dade commit 11e0637Copy full SHA for 11e0637
README.md
@@ -242,10 +242,10 @@ Location[] locations = amadeus.referenceData.locations.get(Params
242
Location location = amadeus.referenceData
243
.location("ALHR").get();
244
245
-// Airport Nearest Relevant
+// Airport Nearest Relevant (for London)
246
Location[] locations = amadeus.referenceData.locations.airports.get(Params
247
- .with("latitude", 49.0000)
248
- .and("longitude", 2.55));
+ .with("latitude", 0.1278)
+ .and("longitude", 51.5074));
249
250
// Flight Most Searched Destinations
251
// Which were the most searched flight destinations from Madrid in August 2017?
0 commit comments