Table of Contents
Enumerations #
Name | Values |
---|
This class exposes no enumerations.
Constants #
Name | Type | Value |
---|
This class exposes no constants.
Events #
Definition | Parameters | Return Type | Description |
---|
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Constructor | icon as GraffitiMap.Symbol | None | Creates a new instance. |
offset as String |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
FixedRotation | Boolean | False | When True, the rotation of the symbol will not be altered by the rotation of the map. |
Icon | GraffitiMap.Symbol | Nil | Symbol to display. |
Offset | String | “” | Determines the distance from the start of the line at which an icon is to be rendered. This distance may be expressed as a percentage of the line’s length (for example, ‘50%’) or in pixels (for example, ’50px’). The default is ‘100%’. |
Repeat | String | “0” | Determines the distance between consecutive icons on the line. This distance may be expressed as a percentage of the line’s length (for example, ‘50%’) or in pixels (for example, ’50px’). To disable repeating of the icon, specify ‘0’. The default is ‘0’. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.