this.map.addMarkerCluster(options: MarkerClusterOptions).then((markercluster: MarkerCluster) => {
});
-
Returns the ID of instance.
➡️ Returns
string
-
Return the map instance.
➡️ Returns GoogleMap instance.
-
Add one marker location.
Params Type Details location MarkerOptions one location skipRedraw boolean (optional)marker cluster does not redraw the marker cluster if true. -
Add marker locations
Params Type Details location MarkerOptions[] multiple location -
Remove the marke cluster.