[go: nahoru, domu]

Skip to content

Releases: googlemaps/android-maps-utils

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)

v1.1.0

08 Apr 22:32
18cc7bf
Compare
Choose a tag to compare

Bug Fixes

Features

  • Supporting both StrokeJointType and StrokePattern in GeoJsonPolygonStyle (#684) (c449bc9), closes #683

1.0.2

19 Mar 21:30
b95a4ed
Compare
Choose a tag to compare

Bug Fixes

1.0.1

18 Mar 18:46
6a21385
Compare
Choose a tag to compare

Features

  • Expose PolyUtil.DEFAULT_TOLERANCE (46cbac5)