googlemaps / googlemaps/android-maps-utils

GoogleMap.OnInfoWindowCloseListener is missing from MarkerManager.Collection

Open
#1,540 4 comments 0 reactions 0 assignees View on GitHub
priority: p2 released type: bug
Dominant language
Kotlin
Stars
3.6k
Forks
1.6k
Avg merge
2d 20h
Merged PRs (30d)
17

Description

MarkerManager documentation claims (emphasis mine):

> Keeps track of collections of markers on the map. Delegates all Marker-related events to each collection's individually managed listeners.

However notably one OnInfoWindowCloseListener, also a marker related event and the only one not covered, isn't handled by MarkerManager (and consequently ClusterManager and related).

In #750 we added OnInfoWindowLongClickListener but the close listener wasn't included.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.