TTMSFNCGoogleMapsPolylineSymbol Class
Configures a symbol drawn repeatedly or once along a polyline.
API unit family: TMSFNCGoogleMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCGoogleMapsPolylineSymbol = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| CustomPath | Specifies the custom SVG path for the symbol. |
| FillColor | Specifies the symbol fill color. |
| FillOpacity | Specifies the symbol fill opacity. |
| Offset | Specifies the first symbol offset along the line. |
| OffsetUnits | Specifies the units for the first symbol offset. |
| Path | Specifies the built-in symbol path. |
| RepeatSymbol | Specifies the distance before the symbol repeats. |
| RepeatSymbolUnits | Specifies the units for repeated symbol spacing. |
| Rotation | Specifies the symbol rotation in degrees. |
| Scale | Specifies the symbol scale factor. |
| StrokeColor | Specifies the line stroke color. |
| StrokeOpacity | Specifies the line stroke opacity. |
| StrokeWidth | Specifies the line stroke width in pixels. |