Skip to content

Releases: googlemaps/android-maps-ktx

v3.0.0

05 Mar 22:50
Compare
Choose a tag to compare

3.0.0 (2021-03-05)

Bug Fixes

  • Rename awaitAnimation to awaitAnimateCamera (#126) (770b068)

BREAKING CHANGES

  • awaitAnimation renamed to awaitAnimateCamera

  • Disable jacoco

  • Attempt to fix NoClassDef erro.

v2.4.0

26 Feb 17:06
Compare
Choose a tag to compare

2.4.0 (2021-02-26)

Features

  • Adding suspending functions awaitSnapshot and awaitMapLoad. (#119) (82b6d19)

v2.3.0

18 Feb 01:15
Compare
Choose a tag to compare

2.3.0 (2021-02-18)

Features

v2.2.0

20 Oct 17:23
Compare
Choose a tag to compare

2.2.0 (2020-10-20)

Features

v2.1.3

18 Sep 00:56
Compare
Choose a tag to compare

2.1.3 (2020-09-18)

Bug Fixes

  • Use suspendCancellationCoroutine instead of suspendCoroutine (#98) (483215d)

v2.1.2

27 Aug 22:09
Compare
Choose a tag to compare

2.1.2 (2020-08-27)

Bug Fixes

  • Silently catch exception if channel is closed. (#86) (8a8fc7c)

v2.1.1

21 Jul 15:30
Compare
Choose a tag to compare

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

16 Jul 23:15
Compare
Choose a tag to compare

2.1.0 (2020-07-16)

Features

  • Adding cameraEvents() method to consume camera events using Kotlin Flow (#78) (4eb4f4e), closes #69

v2.0.0

09 Jul 16:36
Compare
Choose a tag to compare

2.0.0 (2020-07-09)

Features

  • Modifying transitive dependencies (#75) (08de8e6)

BREAKING CHANGES

  • compile-time and run-time dependencies have changed.

v1.8.0

30 Jun 16:28
Compare
Choose a tag to compare

1.8.0 (2020-06-30)

Features

  • Add suspending fun to MapView and StreetViewPanorama (#71) (7245873)