Packagecom.yahoo.maps.api.markers
Interfacepublic interface IMarker
ImplementorsMarker



Public Properties
 PropertyDefined by
  address : Address
IMarker
  container : Sprite
IMarker
  latlon : LatLon
IMarker
Public Methods
 MethodDefined by
  
destroy():void
IMarker
  
IMarker
  
IMarker
Property detail
addressproperty
address:Address  [read-write]Implementation
    public function get address():Address
    public function set address(value:Address):void
containerproperty 
container:Sprite  [read-write]Implementation
    public function get container():Sprite
    public function set container(value:Sprite):void
latlonproperty 
latlon:LatLon  [read-write]Implementation
    public function get latlon():LatLon
    public function set latlon(value:LatLon):void
Method detail
destroy()method
public function destroy():void
getLatLonToLocalPoint()method 
public function getLatLonToLocalPoint(latlon:LatLon):PointParameters
latlon:LatLon

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

Returns
LatLon