Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 942 Bytes

CustomMarkers.md

File metadata and controls

16 lines (12 loc) · 942 Bytes

Customize cluster and item markers

As of version 1.1.0 we have added new features for easy customization of markers. There is a new delegate GMUClusterRendererDelegate gmuclusterrendererdelegate on GMUDefaultClusterRenderer which allows developers to customize properties of a marker before and after it is added to the map. Using this new delegate you can achieve something cool like this:

See CustomMarkerViewController for the implementation.