Skip to content

Releases: googlemaps/android-maps-compose

v4.3.2

23 Jan 23:29
Compare
Choose a tag to compare

4.3.2 (2024-01-23)

Bug Fixes

  • make actual current CameraPositionState available via currentCameraPositionState (#482) (04efc80)

v4.3.1

23 Jan 00:15
Compare
Choose a tag to compare

4.3.1 (2024-01-23)

Bug Fixes

  • properly support updating GoogleMap() contentDescription parameter (#485) (7436d57)

v4.3.0

17 Nov 19:19
Compare
Choose a tag to compare

4.3.0 (2023-11-17)

Features

  • expose the ClusterManager to support custom algorithms (#421) (b892e61)

v4.2.0

13 Nov 22:20
Compare
Choose a tag to compare

4.2.0 (2023-11-13)

Features

v4.1.1

28 Oct 07:40
Compare
Choose a tag to compare

4.1.1 (2023-10-28)

Bug Fixes

  • expose maps-ktx classes to app-level modules (#451) (6b4c7f1)

v4.1.0

28 Oct 02:12
Compare
Choose a tag to compare

4.1.0 (2023-10-28)

Features

The upgraded renderer is required for Advanced Markers.

v4.0.0

25 Oct 22:40
Compare
Choose a tag to compare

4.0.0 (2023-10-25)

Chores

  • demonstrate using StreetViewUtils to avoid crashes when adding a Street View composable (#435) (cebb6a0), closes #265
  • increase timeout times in tests (#430) (99646dd)

BREAKING CHANGES

  • remove myLocationButton from GoogleMap. Equivalent functionality for customizing a map control is demonstrated in the sample app. (#428) (cebb6a0), closes #428

v3.1.1

10 Oct 07:32
Compare
Choose a tag to compare

3.1.1 (2023-10-10)

Bug Fixes

  • fix marker listener in matching node (#425) (4405189)

v3.1.0

06 Oct 16:43
Compare
Choose a tag to compare

3.1.0 (2023-10-06)

Features

  • add ability to customize the My Location button (#347) (25b7f09)

v3.0.0

03 Oct 19:36
Compare
Choose a tag to compare

3.0.0 (2023-10-03)

Features

Chores

  • Update JDK version in release workflow (#419) (9456fec)
  • Update to Maps KTX v4.0.0 (Maps SDK for Android v18.1.0, Maps Utils v3.5.3), Kotlin 1.9.0, and other dependencies (#377) (16cd89e)

BREAKING CHANGES

  • Remove guidance to specify Maps SDK for Android and Utility Library dependencies alongside Maps Compose. These dependencies are pulled in by the Maps Compose build script to ensure version compatibility. (#288)