Telogis.GeoBase.Clustering.ClusterSet |
The ClusterSet class represents a collection of Clusters.
Name | Type | Description |
---|---|---|
clusters | Array | The clusters that make up the cluster set. Defaults to null. |
expiresAfter | Integer | The length of time (in ticks, 10000000 ticks per second) the clusters in the set can be used before they expire and must be recalculated. Defaults to null. |
userObject | Object | Stores other user-specific information associated with this set of clusters. Defaults to null. |