# Symbol
Class
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Web
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| SymbolPaths | Circle <br > BackwardClosedArrow <br > BackwardOpenArrow <br > ForwardClosedArrow <br > ForwardOpenArrow | Supported symbol shapes. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | path as SymbolPaths <br> fillColor as Color | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Anchor | Xojo.Point | (None) | Point in the symbol that is anchored to the marker's position on the Earth's surface. |
| FillColor | Color | (None) | Color used to fill the symbol. |
| LabelOrigin | Xojo.Point | (None) | OffsetX/Y relative to anchor. |
| Path | SymbolPaths | (None) | Symbol to be drawn. |
| Rotation | Double | (None) | Rotation value of symbol. |
| Scale | Double | -1 | Size scale of symbol. |
| StrokeColor | Color | (None) | Color used to draw stroke of symbol. |
| StrokeWeight | Integer | -1 | Size of stroke. |