TTMSFNCGoogleMapsOverlayView Class
Defines custom HTML content positioned over the map.
API unit family: TMSFNCGoogleMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCGoogleMapsOverlayView = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| BackgroundColor | Specifies the map background color. |
| BorderColor | Specifies the overlay border color. |
| Bounds | Returns the bounds that contain the coordinates. |
| Clickable | When True, the item can receive click events. |
| Coordinate | Specifies the geographic coordinate. |
| CoordinateOffsetLeft | Specifies the horizontal offset for coordinate positioning. |
| CoordinateOffsetTop | Specifies the vertical offset for coordinate positioning. |
| CoordinatePosition | Specifies the preset coordinate anchor used by the overlay. |
| 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. |
| Font | Specifies the overlay text font. |
| Height | Specifies the overlay height in pixels. |
| ID | Returns or stores the generated identifier. |
| Markers | Returns marker references assigned to the item. |
| Mode | Specifies how the overlay is positioned. |
| Padding | Specifies the overlay padding in pixels. |
| Recreate | When True, the item is recreated on the next update. |
| Text | Specifies the overlay or marker text. |
| Visible | When True, the overlay is visible. |
| Width | Specifies the overlay width in pixels. |