Enable /nearbysearch queries
- (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