BaseCluster class

Constructors

BaseCluster()

Properties

childMarkerId String?
For clusters that wish to display one representation of its children.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
index int?
getter/setter pair
isCluster bool
getter/setter pair
markerId String?
For PointCluster instances that are standalone (i.e. not cluster) items.
getter/setter pair
parentId int?
getter/setter pair
pointsSize int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double?
getter/setter pair
y double?
getter/setter pair
zoom int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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