Packagecom.esri.aws.services
Classpublic class MapArea

Contains the area to use for the map image. Define the area using either extent, or center and scale together, but not all three. If all three parameters are set, only extent is used.



Public Properties
 PropertyDefined by
  center : GeoPoint
The center x,y coordinates of the map area.
MapArea
  extent : Envelope
The envelope (coordSys maxX, maxY, minX, minY) of the map area.
MapArea
  scale : Number
The scale of the map area.
MapArea
Property detail
centerproperty
public var center:GeoPoint

The center x,y coordinates of the map area. Requires scale parameter.

extentproperty 
public var extent:Envelope

The envelope (coordSys maxX, maxY, minX, minY) of the map area.

scaleproperty 
public var scale:Number

The scale of the map area. Requires center parameter. Only use the number to the right of map scale colon (for example, in a 1:20000 scale, use "20000").