Skip to content

Commit 11e0637

Browse files
author
Anthony Roux
authored
Update Nearest Relevant Airport example
1 parent c53dade commit 11e0637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ Location[] locations = amadeus.referenceData.locations.get(Params
242242
Location location = amadeus.referenceData
243243
.location("ALHR").get();
244244

245-
// Airport Nearest Relevant
245+
// Airport Nearest Relevant (for London)
246246
Location[] locations = amadeus.referenceData.locations.airports.get(Params
247-
.with("latitude", 49.0000)
248-
.and("longitude", 2.55));
247+
.with("latitude", 0.1278)
248+
.and("longitude", 51.5074));
249249

250250
// Flight Most Searched Destinations
251251
// Which were the most searched flight destinations from Madrid in August 2017?

0 commit comments

Comments
 (0)