A point shape described by a x/y location.
extent:Extent [read-only]
Retrieves the bounding box (maxX, maxY, minX, minY) of this shape.
Implementation
public function get extent():Extent
public function PointShape(x:Number = 0.0, y:Number = 0.0)
Creates a new PointShape with the given x/y values.
Parameters
| x:Number (default = 0.0) — the location latitude.
|
| |
| y:Number (default = 0.0) — the location longitude.
|
public function deepClone():IShape
Returns