MapMarkerClusterGrouping constructor

MapMarkerClusterGrouping(
  1. List<MapMarker> markers,
  2. MapMarkerCluster parent
)

Creates a new instance.

  • markers List of map markers grouped on map view under map marker cluster icon.
  • parent Map marker cluster that entries in MapMarkerClusterGrouping.markers belong to.

Implementation

MapMarkerClusterGrouping(this.markers, this.parent);