GraffitiSuite Docs
Docs
Point
Loading document parsing libraries...
# Point 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 | latitude as Double <br> longitude as Double | (None) | Creates a new instance of the class. | | Constructor | location as String | (None) | Creates a new instance of the class. | | isCoordinate | (None) | Boolean | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mID | String | (None) | | Attributes | ID | (None) | (None) | | Latitude | Double | (None) | World latitude coordinate of the point. | | Location | string | (None) | Location string of the point. | | Longitude | Double | (None) | World longitude coordinate of the point. |