Skip to content

Releases: googlemaps/android-maps-utils

v3.3.0

24 Jan 18:51
Compare
Choose a tag to compare

3.3.0 (2023-01-24)

Features

  • Add function to set text appearance for cluster (#1150) (72a880c)

v3.2.0

24 Jan 17:28
Compare
Choose a tag to compare

3.2.0 (2023-01-24)

BREAKING CHANGES

Apologies for breaking semantic versioning; only realized after release that the commit was not marked for breaking change.

v3.1.1

18 Jan 17:35
Compare
Choose a tag to compare

3.1.1 (2023-01-18)

Bug Fixes

v3.1.0

13 Jan 19:25
Compare
Choose a tag to compare

3.1.0 (2023-01-13)

Features

  • exposing getColor function in the ClusterRenderer (#1130) (0f0f9bd)

v3.0.0

09 Jan 20:27
Compare
Choose a tag to compare

3.0.0 (2023-01-09)

Bug Fixes

  • trigger major version release (15b90fe)

BREAKING CHANGES

v2.4.1

05 Jan 19:52
Compare
Choose a tag to compare

2.4.1 (2023-01-05)

Bug Fixes

v2.4.0

28 Jun 19:22
Compare
Choose a tag to compare

2.4.0 (2022-06-28)

Features

  • Allow changes to animation duration for marker splitting/merging effects (#1098) (1930f6a)

v2.3.0

20 Oct 21:52
Compare
Choose a tag to compare

2.3.0 (2021-10-20)

Features

  • Add overridable shouldRender() method for use case of rendering when cluster doesn't change (#996) (165534c), closes #774 #774

v2.2.6

15 Sep 19:14
Compare
Choose a tag to compare

2.2.6 (2021-09-15)

Bug Fixes

  • MapObjectManager.Collection object order (#972) (e6276a9), closes #846
  • Update appcompat to avoid "OnClickXmlDetector called context.getMainProject()" lint error (#974) (dbfdbc7)

v2.2.5

08 Jul 17:24
Compare
Choose a tag to compare

2.2.5 (2021-07-08)

Performance Improvements

  • Use LinkedHashSet instead of List in StaticCluster (#918) (1b6e817), closes #917