Table of Contents
Enumerations #
Name | Values |
---|
This class exposes no enumerations.
Constants #
Name | Type | Value |
---|
This class exposes no constants.
Events #
Definition | Parameters | Return Type | Description |
---|
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Constructor | northEast as GraffitiMap.Point | None | Creates a new instance. |
southWest as GraffitiMap.Point |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
NorthEast | GraffitiMap.Point | Nil | The latitude and longitude for the North and East sides. |
SouthWest | GraffitiMap.Point | Nil | The latitude and longitude for the South and West sides. |
Examples #
Sample Bounds #
var rectNE as new GraffitiMap.Point( 36.120961, -82.141759 ) var rectSW as new GraffitiMap.Point( 36.520961, -82.541759 ) var rectBounds as new GraffitiMap.Bounds( rectNE, rectSW )
Notes #
This class currently has no notes.