Fork me on GitHub
Show:

ClusterStyles

Summary

Style setting for marker clusters, organized by marker type.

Example: { snow: [ url: 'png', height: 10, width: 10, url: 'png', height: 20, width: 20, ], rain: [ url: 'png', height: 10, width: 10, url: 'png', height: 20, width: 20, ]

// Default styles for markers which do not implement // a getType method. defaultStyles: [ ... ]

}

In order for markers to be clustered by type, each marker must implement a getType method. Otherwise, markers will be styled using the defaultStyles styles.

See http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/docs/reference.html "class ClusterIconStyle" for acceptable style options.

Item Index