google-places-api-java
google-places-api-java copied to clipboard
Fix for a optional 'scope' attribute
Sometimes google maps places API doesnt send a 'scope' attribute eventhough their documentation says it should alwaysbe eiter 'GOOGLE' or 'APP'
So not sending this attribute fails parsing the response with an IllegalArgumentException trying to get Scope.valueOf("")
The travis build is failing after running the unit tests trying to call the remote api and expects a key.
resolves https://github.com/windy1/google-places-api-java/issues/66