Releases: rtchagas/pingplacepicker
Releases · rtchagas/pingplacepicker
Minor fixes and improvements
- Fixed issue #38
- Improved button clicks to avoid multiple actions.
- Extended "Select this location" click area.
Added URL signing and minor fixes
- Added support for automatic signature in Maps Static API.
- Now Maps Static API should be enabled in MAPS_API_KEY.
- Upgraded Places SDK to 2.0.0
This release switched the entire Places SDK to AndroidX. - Minor issues were fixed.
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
Improved autocomplete search results and minor fixes
- Updated Libraries
- Added maximum retries when waiting for location.
- Improved autocomplete search results.
- Fixed wrong Geocoding API name in methods.
Minor release replacing Dagger by Koin
Fixed major crash when opening picker
Minor 1.0.2 release
Fixed layout size for all screens
Now the size of the map in the Place Picker UI will be determined at runtime and will fit all screen sizes.
First PING release
First PING Place Picker release supporting nearby places and geolocations.