A style implementation draws an overlay object based on a projection model.
public function cleanUp(overlayObject:OverlayObject):void
Reverts any changes that have been made to the overlay object.
Parameters
public function draw(overlayObject:OverlayObject, projectionModel:IProjectionModel):void
Draws an overlay object based on a projection model.
Parameters
| overlayObject:OverlayObject — the overlay object to draw.
|
| |
| projectionModel:IProjectionModel — the projection model which converts coordinates to pixels.
|