GraffitiSuite Docs
Docs
Waypoint
Loading document parsing libraries...
# Waypoint 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 | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | location as GraffitiMap.Point <br> isStopover as Boolean | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mID | String | (None) | | Attributes | ID | (None) | (None) | | IsStopover | Boolean | False | Returns whether this is a stopover. | | Location | GraffitiMap.Point | (None) | World coordinates of the waypoint. | | Tag | Variant | (None) | Developer storage. |