| Package | com.yahoo.maps.api.widgets |
| Class | public class ZoomWidget |
| Inheritance | ZoomWidget Widget flash.display.Sprite |
| Implements | IWidget |
| Method | Defined by | ||
|---|---|---|---|
|
ZoomWidget(map:IYahooMap)
Creates a new ZoomControl object.
| ZoomWidget | ||
|
destroy():void
Prepares this object for garbage-collection.
| ZoomWidget | ||
![]() |
onMapMove(event:YahooMapEvent):void
| Widget | |
|
onMapResize(event:YahooMapEvent):void
Map resize event handler
| ZoomWidget | ||
|
onMapTypeChanged(event:YahooMapEvent):void
Map type change event handler.
| ZoomWidget | ||
![]() |
onMapZoom(event:YahooMapEvent):void
| Widget | |
| ZoomWidget | () | constructor |
public function ZoomWidget(map:IYahooMap)Creates a new ZoomControl object.
Parametersmap:IYahooMap |
| destroy | () | method |
public override function destroy():voidPrepares this object for garbage-collection.
| onMapResize | () | method |
public override function onMapResize(event:YahooMapEvent):voidMap resize event handler
Parametersevent:YahooMapEvent |
| onMapTypeChanged | () | method |
public override function onMapTypeChanged(event:YahooMapEvent):voidMap type change event handler.
Parametersevent:YahooMapEvent |