Releases: googlemaps/android-maps-utils
Releases · googlemaps/android-maps-utils
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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 apublic interface
and may be used outside of the library if apps implemented their own renderer. Also, if apps were doingmap.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.