-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
status: duplicateDuplicate.Duplicate.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
Summary
The current stable version (1.0.0) replaces custom marker icons with the default ones when the user moves the map.
Expected behavior
The custom icons should stay.
Observed behavior
The custom icons are loaded fine in the beginning. When the map is moved they will be replaced with the default icons (bubbles with numbers).
Environment details
com.google.maps.android:android-maps-utils:1.0.0
tested with Android 7-9
Steps to reproduce
- set a custom icon using the MarkerOptions in the onBeforeClusterRendered() method (in my case different icons depending on the cluster.size() value).
- Test it in the emulator as described above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: duplicateDuplicate.Duplicate.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.