Classes
- Circle
- Cluster
- ClusterIconInfo
- ClusterIconStyle
- Feature
- LatLngLiteral
- Map
- InfoWindow
- Marker
- MarkerCluster
- MapControl
- MarkerClusterer
- MarkerClustererOptions
Namespaces
Events
-
click
-
This event is fired when a cluster marker is clicked.
Parameters:
Name Type Description cCluster The cluster that was clicked.
-
clusteringbegin
-
This event is fired when the
MarkerClustererbegins
clustering markers.Parameters:
Name Type Description mcMarkerClusterer The MarkerClusterer whose markers are being clustered.
-
clusteringend
-
This event is fired when the
MarkerClustererstops
clustering markers.Parameters:
Name Type Description mcMarkerClusterer The MarkerClusterer whose markers are being clustered.
-
mouseout
-
This event is fired when the mouse moves out of a cluster marker.
Parameters:
Name Type Description cCluster The cluster that the mouse moved out of.
-
mouseover
-
This event is fired when the mouse moves over a cluster marker.
Parameters:
Name Type Description cCluster The cluster that the mouse moved over.