Releases: googlemaps/android-maps-ktx
Releases · googlemaps/android-maps-ktx
v3.0.0
3.0.0 (2021-03-05)
Bug Fixes
- Rename awaitAnimation to awaitAnimateCamera (#126) (770b068)
BREAKING CHANGES
v2.4.0
2.4.0 (2021-02-26)
Features
- Adding suspending functions awaitSnapshot and awaitMapLoad. (#119) (82b6d19)
v2.3.0
2.3.0 (2021-02-18)
Features
v2.2.0
2.2.0 (2020-10-20)
Features
v2.1.3
2.1.3 (2020-09-18)
Bug Fixes
- Use suspendCancellationCoroutine instead of suspendCoroutine (#98) (483215d)
v2.1.2
2.1.2 (2020-08-27)
Bug Fixes
- Silently catch exception if channel is closed. (#86) (8a8fc7c)
v2.1.1
2.1.1 (2020-07-21)
Bug Fixes
- Remove listeners in awaitClose block in GoogleMaps.cameraEvents(): Flow implementation and remove unnecessary inline. (#82) (7756605)
v2.1.0
2.1.0 (2020-07-16)
Features
- Adding cameraEvents() method to consume camera events using Kotlin Flow (#78) (4eb4f4e), closes #69
v2.0.0
2.0.0 (2020-07-09)
Features
BREAKING CHANGES
- compile-time and run-time dependencies have changed.
v1.8.0
1.8.0 (2020-06-30)
Features
- Add suspending fun to MapView and StreetViewPanorama (#71) (7245873)