GraffitiSuite Docs
Docs
Marker
Loading document parsing libraries...
# Marker Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | AnimationTypes | None <br > Drop <br > Bounce | Supported animation types. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | title as String <br> position as GraffitiMap.Point | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AnimationType | AnimationTypes | (None) | (None) | | Attributes | mParent | GraffitiUpdateInterface | (None) | | IconURL | String | (None) | (None) | | ID | String | (None) | (None) | | IsClickable | Boolean | (None) | (None) | | IsDraggable | Boolean | (None) | (None) | | Label | String | (None) | (None) | | Opacity | Double | (None) | (None) | | Position | GraffitiMap.Point | (None) | (None) | | Tag | Variant | (None) | Developer storage. | | Title | String | (None) | (None) | | Tooltip | String | (None) | (None) | | Visible | Boolean | (None) | (None) | | ZIndex | Integer | (None) | (None) |