Packagecom.yahoo.maps.api.widgets
Classpublic class CopyrightWidget
InheritanceCopyrightWidget Inheritance Widget Inheritance flash.display.Sprite

A UI widget that displays copyright data.



Public Properties
 PropertyDefined by
  align : String
[write-only]
CopyrightWidget
 Inheritedmap : IYahooMap
Widget
Public Methods
 MethodDefined by
  
Creates a new CopyrightDisplay object.
CopyrightWidget
 Inherited
destroy():void
Prepares this object for garbage-collection.
Widget
 Inherited
Widget
  
Map resize event handler.
CopyrightWidget
  
Map type change event handler.
CopyrightWidget
 Inherited
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
Protected Methods
 MethodDefined by
 Inherited
alignWidget():void
Widget
Property detail
alignproperty
align:String  [write-only]Implementation
    public function set align(value:String):void
Constructor detail
CopyrightWidget()constructor
public function CopyrightWidget(map:IYahooMap)

Creates a new CopyrightDisplay object.

Parameters
map:IYahooMap
Method detail
onMapResize()method
public override function onMapResize(event:YahooMapEvent):void

Map resize event handler.

Parameters
event:YahooMapEvent
onMapTypeChanged()method 
public override function onMapTypeChanged(event:YahooMapEvent):void

Map type change event handler.

Parameters
event:YahooMapEvent
setAerialCopyrightSource()method 
public function setAerialCopyrightSource(result:TileCopyrightResult):void

Sets the aerial imagery copyright data source and updates the labels in the widget.

Parameters
result:TileCopyrightResult
setMapCopyrightSource()method 
public function setMapCopyrightSource(result:TileCopyrightResult):void

Sets the map imagery copyright data source and updates the labels in the widget.

Parameters
result:TileCopyrightResult