Cluster<T extends ClusterItem> constructor
Cluster<T extends ClusterItem> (
- Iterable<
T> items, - LatLng location
Implementation
Cluster(this.items, this.location);