Releases: googlemaps/android-maps-utils
Releases · googlemaps/android-maps-utils
v3.3.0
3.3.0 (2023-01-24)
Features
- Add function to set text appearance for cluster (#1150) (72a880c)
v3.2.0
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
3.1.1 (2023-01-18)
Bug Fixes
v3.1.0
3.1.0 (2023-01-13)
Features
- exposing getColor function in the ClusterRenderer (#1130) (0f0f9bd)
v3.0.0
3.0.0 (2023-01-09)
Bug Fixes
- trigger major version release (15b90fe)
BREAKING CHANGES
v2.4.1
2.4.1 (2023-01-05)
Bug Fixes
v2.4.0
2.4.0 (2022-06-28)
Features
- Allow changes to animation duration for marker splitting/merging effects (#1098) (1930f6a)
v2.3.0
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
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
2.2.5 (2021-07-08)
Performance Improvements
- Use LinkedHashSet instead of List in StaticCluster (#918) (1b6e817), closes #917