Packagecom.esri.aws.awx.map.layers.overlays.style
Classpublic class QueryBubbleMarkerStyle
InheritanceQueryBubbleMarkerStyle Inheritance BubbleMarkerStyle Inheritance BaseMarkerStyle Inheritance BaseStyle

QueryBubbleMarkerStyle controls the presentation of the default bubble marker.



Public Properties
 PropertyDefined by
 InheriteddropShadow : Boolean
If true, includes a shadow.
BubbleMarkerStyle
 InheriteddropShadowAlpha : Number
The alpha value (transparency) of the marker shadow.
BubbleMarkerStyle
 InheriteddropShadowAngle : int
The angle at which the shadow is applied to the marker.
BubbleMarkerStyle
 InheriteddropShadowColor : uint
The shadow color of the marker.
BubbleMarkerStyle
 InheriteddropShadowLength : int
The length of the marker shadow (in pixels).
BubbleMarkerStyle
 InheritedelementHorizontalAlign : String
The horizontal alignment of the element layout ("left", "right", "center").
BubbleMarkerStyle
 InheritedfillColor : uint
The fill color of the marker.
BubbleMarkerStyle
 InheritedhorizontalAlign : String
The horizontal alignment of the label and title layout ("left", "right", "center").
BubbleMarkerStyle
 InheritedhorizontalGap : int
The gap between horizontal items in the marker layout (in pixels).
BubbleMarkerStyle
 InheritedlineColor : uint
The line color of the marker.
BubbleMarkerStyle
 InheritedlineThickness : int
The thickness of the marker's border.
BubbleMarkerStyle
 InheritedpaddingBottom : int
The number of pixels between the marker's left border and the bottom edge of its content area.
BubbleMarkerStyle
 InheritedpaddingLeft : int
The number of pixels between the marker's left border and the left edge of its content area.
BubbleMarkerStyle
 InheritedpaddingRight : int
The number of pixels between the marker's left border and the right edge of its content area.
BubbleMarkerStyle
 InheritedpaddingTop : int
The number of pixels between the marker's left border and the top edge of its content area.
BubbleMarkerStyle
 InheritedtweenSpeed : int
The speed (in miliseconds) at which the transitions occur.
BubbleMarkerStyle
 InheritedverticalGap : int
The gap between vertical items in the clicked marker layout (in pixels).
BubbleMarkerStyle
Public Methods
 MethodDefined by
 Inherited
cleanUp(overlayObject:OverlayObject):void
Cleans up the OverlayObject to restore it to its original state.
BubbleMarkerStyle
 Inherited
draw(overlayObject:OverlayObject, projectionModel:IProjectionModel):void
Creates the default ToolTip (lat/lon) if overlayObject.toolTip is null.
BaseMarkerStyle
Protected Methods
 MethodDefined by
  
drawMarker(overlayObject:OverlayObject, projectionModel:IProjectionModel):void
All subclasses MUST override this function to draw the marker.
QueryBubbleMarkerStyle
Method detail
drawMarker()method
protected override function drawMarker(overlayObject:OverlayObject, projectionModel:IProjectionModel):void

All subclasses MUST override this function to draw the marker.

Parameters
overlayObject:OverlayObject — the overlay object to draw on.
 
projectionModel:IProjectionModel — the projection model.