[go: nahoru, domu]

Skip to content

v2.0.0

Compare
Choose a tag to compare
@googlemaps-bot googlemaps-bot released this 19 Jun 21:17
· 302 commits to main since this release

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.