google-places-api-java icon indicating copy to clipboard operation
google-places-api-java copied to clipboard

Comprehensive and FULL Java client for the Google Places API

Results 29 google-places-api-java issues
Sort by recently updated
recently updated
newest added

Bumps httpclient from 4.3.5 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.3.5&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 1.3.2 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=1.3.2&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Google has discontinued Radar Search and should be removed for library and tests as the call will always fail now. Reference URL: https://cloud.google.com/blog/products/maps-platform/announcing-deprecation-of-place-add

A change to the google maps API now excludes the result.scope property some of the time, this change makes this library tolerant to this change.

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...

It appears like Google has a breaking change where their API does not always return the "scope" field in the API anymore. We first detected this on June 4th and...

Function String.format("key=%s&location=%f,%f&rankby=distance", apiKey, lat, lng) is converting values in format (#. ##) to (#, ##).

In order to use this project in an Android app, I had these two lines in the gradle script. ``` implementation 'se.walkercrou:google-places-api-java:2.1.7' implementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1' ``` I noticed the following libraries...

Hey Windy, I hope this is not a stupid question. Thank you in advance for any help. I have tried for a while and am unable to figure one part...