Cluster class abstract

Implemented types

Constructors

Cluster()

Properties

appearance PlacemarkMapObject
Cluster representation displayed on the map.
no setter
hashCode int
The hash code for this object.
no setterinherited
placemarks List<PlacemarkMapObject>
A list of placemarks the cluster contains.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Cluster size.
no setter

Methods

addClusterTapListener(ClusterTapListener clusterTapListener) → void
Adds a tap listener for cluster.
isValid() bool
Usable only in runWithBlockUi or listener handlers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeClusterTapListener(ClusterTapListener clusterTapListener) → void
Removes tap listener.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited