Packagecom.yahoo.maps.api.overlays
Interfacepublic interface IOverlay
ImplementorsOverlay



Public Properties
 PropertyDefined by
  container : Sprite
IOverlay
  map : IYahooMap
IOverlay
Public Methods
 MethodDefined by
  
IOverlay
  
IOverlay
  
lineToLatLon(latlon:LatLon):void
IOverlay
  
moveToLatLon(latlon:LatLon):void
IOverlay
Property detail
containerproperty
container:Sprite  [read-write]Implementation
    public function get container():Sprite
    public function set container(value:Sprite):void
mapproperty 
map:IYahooMap  [read-write]Implementation
    public function get map():IYahooMap
    public function set map(value:IYahooMap):void
Method detail
getLatLonToLocalPoint()method
public function getLatLonToLocalPoint(latlon:LatLon):PointParameters
latlon:LatLon

Returns
Point
getLocalPointToLatLon()method 
public function getLocalPointToLatLon(point:Point):LatLonParameters
point:Point

Returns
LatLon
lineToLatLon()method 
public function lineToLatLon(latlon:LatLon):voidParameters
latlon:LatLon
moveToLatLon()method 
public function moveToLatLon(latlon:LatLon):voidParameters
latlon:LatLon