| Package | com.esri.aws.awx.geom |
| Class | public class MarkerShape |
| Inheritance | MarkerShape PointShape GeoPoint flash.geom.Point |
| Implements | com.esri.aws.awx.geom.IShape |
| Property | Defined by | ||
|---|---|---|---|
![]() | extent : Extent
Retrieves the bounding box (maxX, maxY, minX, minY) of this shape.
| PointShape | |
| lat : Number
Retrieves the location latitude value.
| MarkerShape | ||
| lon : Number
Retrieves the location longitude value.
| MarkerShape | ||
| Method | Defined by | ||
|---|---|---|---|
|
MarkerShape(lat:Number = 0, lon:Number = 0)
Creates a new MarkerShape with the given lat/lon values.
| MarkerShape | ||
![]() |
deepClone():IShape
| PointShape | |
| lat | property |
lat:Number [read-write]Retrieves the location latitude value.
Implementation public function get lat():Number
public function set lat(value:Number):void
| lon | property |
lon:Number [read-write]Retrieves the location longitude value.
Implementation public function get lon():Number
public function set lon(value:Number):void
| MarkerShape | () | constructor |
public function MarkerShape(lat:Number = 0, lon:Number = 0)Creates a new MarkerShape with the given lat/lon values.
Parameterslat:Number (default = 0) — the location latitude.
|
|
lon:Number (default = 0) — the location longitude.
|