File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ CheckinLink[] checkinLinks = amadeus.referenceData.urls.checkinLinks.get(Params
212212
213213// Airport & City Search (autocomplete)
214214// Find all the cities and airports starting by the keyword 'Lon'
215- Locations [] locations = amadeus. referenceData. locations. get(Param
215+ Location [] locations = amadeus. referenceData. locations. get(Params
216216 .with(" keyword" , " lon" )
217217 .and(" subType" , Locations . ANY ));
218218
@@ -221,14 +221,14 @@ Location location = amadeus.referenceData
221221 .location(" ALHR" ). get();
222222
223223// Airport Nearest Relevant
224- Locations [] locations = amadeus. referenceData. locations. airports. get(Params
225- .with(" longitude " , 49.0000 )
226- .and(" latitude " , 2.55 ));
224+ Location [] locations = amadeus. referenceData. locations. airports. get(Params
225+ .with(" latitude " , 49.0000 )
226+ .and(" longitude " , 2.55 ));
227227
228228// Flight Most Searched Destinations
229229FareSearch [] fareSearches = amadeus. travel. analytics. fareSearches. get(Params
230- .with(" origin" , " NCE " )
231- .and(" sourceCountry" , " FR " )
230+ .with(" origin" , " SFO " )
231+ .and(" sourceCountry" , " US " )
232232 .and(" period" , " 2017-08" ));
233233
234234// Flight Most Traveled Destinations
You can’t perform that action at this time.
0 commit comments