Skip to content

Releases: googlemaps/android-maps-compose

v4.4.2

03 May 18:26

Choose a tag to compare

4.4.2 (2024-05-03)

Bug Fixes

v4.4.1

23 Apr 17:42

Choose a tag to compare

4.4.1 (2024-04-23)

Bug Fixes

  • close #537: fixed scope cancellation that leads to bug when invalidating composable doesn't invalidate marker/cluster (#538) (5496365), closes #537

v4.4.0

23 Apr 16:31

Choose a tag to compare

4.4.0 (2024-04-23)

Features

  • Add StyleSpans support for Polylines (#546) (105112a)

Bug Fixes

  • add stability configuration file to the core maps-compose project. The currently configured types are all the immutable data types from com.google.android.gms.maps.model that are currently used in android-maps-compose:maps-compose. These types will now be considered @stable by the compiler. Making immutable data types @stable can be a more effective measure than relying on strong skipping, as stable types can use structural equality, whereas strong skipping merely relies on referential equality, as of today. (#517) (bfe95dd), closes #152

v4.3.3

31 Jan 22:42

Choose a tag to compare

4.3.3 (2024-01-31)

Bug Fixes

  • Use recomposed map listener callbacks rather than only the initially … (#478) (d14daba), closes #466

v4.3.2

23 Jan 23:29

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

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

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

Choose a tag to compare

4.2.0 (2023-11-13)

Features

v4.1.1

28 Oct 07:40

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

Choose a tag to compare

4.1.0 (2023-10-28)

Features

The upgraded renderer is required for Advanced Markers.