Skip to content

Enable /nearbysearch queries

Compare
Choose a tag to compare
@rtchagas rtchagas released this 12 Jul 11:33
· 92 commits to master since this release
  • (Costly) Nearby search queries can be enabled by setting the flag enable_nearby_search = true
  • If nearbysearch is enabled, user can set an initial position to PING. The places will be searched according to that position.
  • Geocoding key was renamed to Maps Key. This key must be restricted for both Geocoding and Places API.
  • Set PingPlacePicker.getPlace() as @JvmStatic
  • Updated libraries and fixed Koin initialization.

This release will break current implementations. Please change ping initialization according to the sample project:
https://github.com/rtchagas/pingplacepicker/blob/40e5ab88ce4afacc0853a540e36f1242dd37eaba/sample/src/main/java/com/rtchagas/pingsample/MainActivity.kt#L29

The provided keys also changed:
https://github.com/rtchagas/pingplacepicker#api-keys