| Package | com.yahoo.maps.api.widgets |
| Class | public class CopyrightWidget |
| Inheritance | CopyrightWidget Widget flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| align : String [write-only]
| CopyrightWidget | ||
![]() | map : IYahooMap | Widget | |
| Method | Defined by | ||
|---|---|---|---|
|
CopyrightWidget(map:IYahooMap)
Creates a new CopyrightDisplay object.
| CopyrightWidget | ||
![]() |
destroy():void
Prepares this object for garbage-collection.
| Widget | |
![]() |
onMapMove(event:YahooMapEvent):void
| Widget | |
|
onMapResize(event:YahooMapEvent):void
Map resize event handler.
| CopyrightWidget | ||
|
onMapTypeChanged(event:YahooMapEvent):void
Map type change event handler.
| CopyrightWidget | ||
![]() |
onMapZoom(event:YahooMapEvent):void
| Widget | |
|
setAerialCopyrightSource(result:TileCopyrightResult):void
Sets the aerial imagery copyright data source and updates the labels in the widget.
| CopyrightWidget | ||
|
setMapCopyrightSource(result:TileCopyrightResult):void
Sets the map imagery copyright data source and updates the labels in the widget.
| CopyrightWidget | ||
| align | property |
align:String [write-only]Implementation
public function set align(value:String):void
| CopyrightWidget | () | constructor |
public function CopyrightWidget(map:IYahooMap)Creates a new CopyrightDisplay object.
Parametersmap:IYahooMap |
| 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 |
| setAerialCopyrightSource | () | method |
public function setAerialCopyrightSource(result:TileCopyrightResult):voidSets the aerial imagery copyright data source and updates the labels in the widget.
Parametersresult:TileCopyrightResult |
| setMapCopyrightSource | () | method |
public function setMapCopyrightSource(result:TileCopyrightResult):voidSets the map imagery copyright data source and updates the labels in the widget.
Parametersresult:TileCopyrightResult |