-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
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.
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.