Skip to content

Releases: googlemaps/android-maps-utils

v2.0.4

03 Nov 00:35
Compare
Choose a tag to compare

2.0.4 (2020-11-03)

Bug Fixes

  • Bump Gradle/plugin to 6.5/4.0.2, replace jacoco dependency (#799) (b69905b)

v2.0.3

07 Jul 17:17
Compare
Choose a tag to compare
v2.0.3

v2.0.2

07 Jul 16:13
Compare
Choose a tag to compare

2.0.2 (2020-07-07)

Bug Fixes

v2.0.1

26 Jun 21:04
Compare
Choose a tag to compare

2.0.1 (2020-06-26)

Bug Fixes

  • Respect setMinClusterSize() correctly when clustering (#759) (8f30d5f), closes #696

v2.0.0

19 Jun 21:17
Compare
Choose a tag to compare

2.0.0 (2020-06-19)

  • feat!: Add support for setOnInfoWindowLongClickListener() for Markers (#752) (8a3fc01), closes #752 #750

BREAKING CHANGES

  • Note that this could be considered a breaking change because ClusterRenderer is a public interface and may be used outside of the library if apps implemented their own renderer. Also, if apps were doing map.setOnInfoWindowLongClickListener() on their own this implementation will break that behavior and force them to use the collection info window long click listener, similar to how info window click listeners are currently handled (see the Migration Guide.

v1.3.3

27 May 17:48
Compare
Choose a tag to compare

1.3.3 (2020-05-27)

Bug Fixes

  • Use correct URL for maven artifact URL. (#737) (d4a4b40)

v1.3.2

27 May 15:08
Compare
Choose a tag to compare

1.3.2 (2020-05-27)

Bug Fixes

  • Copy xhdpi resources into default drawable folder (#731) (469ccb7), closes #532

v1.3.0

18 May 19:03
Compare
Choose a tag to compare

1.3.0 (2020-05-18)

Features

v1.2.1

01 May 14:26
Compare
Choose a tag to compare

1.2.1 (2020-05-01)

Bug Fixes

  • Allow developers to use their own Maps API key in demo app (#706) (d16dc17), closes #705

v1.2.0

13 Apr 20:48
Compare
Choose a tag to compare

1.2.0 (2020-04-13)

Features

  • Add nullability annotations to ClusterItem (#687) (741f832)