GraffitiSuite Docs
Docs
Maprect
Loading document parsing libraries...
# MapRect Class ## Attributes | Name | Value | | --- | --- | | HideFromLibrary | | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | tlLatitude as Double <br> tlLongitude as Double <br> brLatitude as Double <br> brLongitude as Double | (None) | Creates a new instance of the class. | | Constructor | topLeft as GraffitiW3W.MapPoint <br> bottomRight as GraffitiW3W.MapPoint | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | BottomRight | GraffitiW3W.MapPoint | (None) | Bottom-right boundary of the rectangle. | | TopLeft | GraffitiW3W.MapPoint | (None) | Top-left boundary of the rectangle. |