TTMSFNCGoogleMapsCluster Class
Defines a marker cluster and its clustering behavior.
API unit family: TMSFNCGoogleMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCGoogleMapsCluster = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Averagecenter | When True, the cluster center is averaged from its markers. |
| DataBoolean | Stores caller-defined Boolean data. True has the caller-defined meaning. |
| DataInteger | Stores caller-defined integer data. |
| DataObject | Stores caller-defined object data. |
| DataPointer | Stores caller-defined pointer data. |
| DataString | Stores caller-defined string data. |
| ID | Returns or stores the generated identifier. |
| IgnoreHiddenMarkers | When True, hidden markers are ignored by clustering. |
| ImagePath | Specifies the cluster marker image path. |
| Markers | Returns marker references assigned to the item. |
| MaxZoom | Specifies the maximum zoom level where clustering is applied. |
| MinimumNumberOfMarkers | Specifies the minimum marker count required to create a cluster. |
| Recreate | When True, the item is recreated on the next update. |
| Text | Specifies the overlay or marker text. |
| Title | Specifies the item title text. |
| ZoomOnClick | When True, clicking the cluster zooms the map. |