| Since : | ArcGIS API for Flex 2.0 |
A cluster has a center and an array of graphics that formed the cluster.
public var center:MapPoint
The center of the cluster expressed as a map point.
public var graphics:Array
Array of original Graphic instances associated with this cluster.
public var weight:Number
The "weight" of the cluster. Typically, this will be the number of graphics in the cluster.
public function Cluster(center:MapPoint = null, weight:Number = 0.0, graphics:Array = null)
Creates a new Cluster instance.
Parameters | center:MapPoint (default = null) — The center of the cluster.
|
| |
| weight:Number (default = 0.0) — The weight of the cluster.
|
| |
| graphics:Array (default = null) — Array of Graphic instances.
|
Wed Nov 30 2011, 04:19 PM -08:00