Table of Contents
About #
Specification of an area of the map as Top-Left and Bottom-Right pairs of latitude and longitude.
Enumerations #
This object exposes no enumerations.
Constants #
This object exposes no constants.
Events #
This object exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | tlLatitude as Double tlLongitude as Double brLatitude as Double brLongitude as Double | None | Creates a new instance of the class. Parameter values are stored as GraffitiW3W.MapPoint instances in the properties. |
Constructor | topLeft as GraffitiW3W.MapPoint bottomRight as GraffitiW3W.MapPoint | None | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
BottomRight | GraffitiW3W.MapPoint | Nil | Bottom-right boundary of the rectangle. |
TopLeft | GraffitiW3W.MapPoint | Nil | Top-left boundary of the rectangle. |