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 c
Cluster The cluster that was clicked.
-
clusteringbegin
-
This event is fired when the
MarkerClusterer
begins
clustering markers.Parameters:
Name Type Description mc
MarkerClusterer The MarkerClusterer whose markers are being clustered.
-
clusteringend
-
This event is fired when the
MarkerClusterer
stops
clustering markers.Parameters:
Name Type Description mc
MarkerClusterer 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 c
Cluster 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 c
Cluster The cluster that the mouse moved over.