MapMarkerClusterGrouping constructor
- List<
MapMarker> markers, - MapMarkerCluster parent
Creates a new instance.
markersList of map markers grouped on map view under map marker cluster icon.parentMap marker cluster that entries in MapMarkerClusterGrouping.markers belong to.
Implementation
MapMarkerClusterGrouping(this.markers, this.parent);