Google Maps Android API utility library v2.0.0 Release Notes

Release Date: 2020-06-19 // almost 4 years ago
  • 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.