Packagecom.esri.aws.awx.map.layers
Classpublic class MarkerLayer
InheritanceMarkerLayer Inheritance OverlayLayer Inheritance com.esri.aws.awx.map.layers.BaseLayer
SubclassesQueryLayer

A Marker layer with the default marker style.



Public Properties
 PropertyDefined by
 InheritedbringToTopOnMouseOver : Boolean = true
If true, on mouse over of an overlay object, the overlay display index is adjusted so that it displays on the top of the stack.
OverlayLayer
 Inheritedextent : Extent
The bounding box (maxX, maxY, minX, minY) of all the contained overlay objects.
OverlayLayer
 InheritednumOverlays : int
The number of overlays currently in this layer.
OverlayLayer
 Inheritedstyle : IStyle
The style is used by any overlays which inherit their style from its parent.
OverlayLayer
Public Methods
 MethodDefined by
  
MarkerLayer(style:IStyle = null)
Creates a new MarkerLayer.
MarkerLayer
 Inherited
addOverlay(overlayObject:OverlayObject):void
Adds an overlay object to the layer.
OverlayLayer
 Inherited
Gets all the overlay objects in the layer.
OverlayLayer
 Inherited
getOverlay(overlayName:String):OverlayObject
Gets an overlay object based on the overlay identifier.
OverlayLayer
 Inherited
Removes all the overlay objects in the layer.
OverlayLayer
 Inherited
removeOverlay(overlayObject:OverlayObject):void
Removes an overlay object from the layer.
OverlayLayer
Events
 EventSummaryDefined by
 Inherited Dispatched after a child has been added to a container.OverlayLayer
 Inherited Dispatched before a child of a container is removed.OverlayLayer
Constructor detail
MarkerLayer()constructor
public function MarkerLayer(style:IStyle = null)

Creates a new MarkerLayer.

Parameters
style:IStyle (default = null) — the default style of the layer (optional). If not specified, defaults to a new CircleMarkerStyle.