| Package | com.esri.aws.awx.map.layers.overlays.style |
| Class | public class QueryBubbleMarkerStyle |
| Inheritance | QueryBubbleMarkerStyle BubbleMarkerStyle BaseMarkerStyle BaseStyle |
| Method | Defined by | ||
|---|---|---|---|
|
All subclasses MUST override this function to draw the marker.
| QueryBubbleMarkerStyle | ||
| drawMarker | () | method |
protected override function drawMarker(overlayObject:OverlayObject, projectionModel:IProjectionModel):voidAll subclasses MUST override this function to draw the marker.
ParametersoverlayObject:OverlayObject — the overlay object to draw on.
|
|
projectionModel:IProjectionModel — the projection model.
|