| Package | com.esri.aws.services |
| Class | public class MapArea |
| Property | Defined 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 | ||
| center | property |
public var center:GeoPointThe center x,y coordinates of the map area. Requires scale parameter.
| extent | property |
public var extent:EnvelopeThe envelope (coordSys maxX, maxY, minX, minY) of the map area.
| scale | property |
public var scale:NumberThe 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").