You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like private @getter SafetyRating safetyRating; should be private @getter SafetyRating safetyScores; instead (as that is what is returned by the rest call)
safetyRatings is always null in the results (these lat,lng returns results in the sandbox):
Amadeus amadeus = Amadeus.builder("[hidden]", "[hidden]").build(); try { SafePlace[] safetyScore = amadeus.safety.safetyRatedLocations .get(Params.with("latitude", 51.50735).and("longitude", -0.12775)); System.out.println(); } catch (ResponseException e) { e.printStackTrace(); }
using
com.amadeus
amadeus-java
5.3.0
The text was updated successfully, but these errors were encountered: