Cluster<T extends ClusterItem> class
- Annotations
Constructors
-
Cluster(Iterable<
T> items, LatLng location) -
const
-
Cluster.fromClusters(Cluster<
T> cluster1, Cluster<T> cluster2) -
Cluster.fromItems(Iterable<
T> items)
Properties
- count → int
-
Get number of clustered items
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isMultiple → bool
-
True if cluster is not a single item cluster
no setter
-
items
→ Iterable<
T> -
final
- location → LatLng
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getId(
) → String - Basic cluster marker id
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override