I'm using Google Maps Android API Utility Library in order to show several markers in a map in a clustered way. I can't find a way to change default red marker to custom marker
Does anybody have any idea about this?
Thanks a lot in advance!
I'm using Google Maps Android API Utility Library in order to show several markers in a map in a clustered way. I can't find a way to change default red marker to custom marker
Does anybody have any idea about this?
Thanks a lot in advance!
Copyright © 2021 Jogjafile Inc.
In order to change the marker you need to override the
onClusterItemRendered
method of your custom renderer.Then change it like this: