TTMSFNCOpenLayersCluster Class
Represents a marker cluster displayed on an OpenLayers map.
API unit family: TMSFNCOpenLayers
Inherits from: TCollectionItem
Syntax
TTMSFNCOpenLayersCluster = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | Stores custom Boolean data associated with the item. When True, the caller-defined flag is set. |
| DataInteger | Stores custom integer data associated with the item. |
| DataObject | Stores a custom object reference associated with the item. |
| DataPointer | Stores custom pointer data associated with the item. |
| DataString | Stores custom string data associated with the item. |
| FillColor | Specifies the fill color used to draw the item. |
| FontColor | Specifies the label font color. |
| ID | Returns the generated identifier used for the item in the map script. |
| ImagePath | Specifies the image path used for the cluster marker. |
| Markers | Provides the marker collection. |
| Recreate | Specifies whether the item should be recreated on the next update. When True, the item is rebuilt. |
| StrokeColor | Specifies the stroke color used to draw the item. |