The core widget class that contains a set of methods that help to create a widget.
A widget usually displays information or allows users to interact with the map.
You should extend this object to create your own widget over the map.
align:String [read-write]Implementation
public function get align():String
public function set align(value:String):void
map:IYahooMap [read-only]
Implementation
public function get map():IYahooMap
public function Widget(map:IYahooMap)Parameters
protected function alignWidget():void
public function destroy():void
Prepares this object for garbage-collection.
public function onMapMove(event:YahooMapEvent):voidParameters
public function onMapResize(event:YahooMapEvent):voidParameters
public function onMapTypeChanged(event:YahooMapEvent):voidParameters
public function onMapZoom(event:YahooMapEvent):voidParameters