Poly9 FreeEarth

Class FE.Pushpin

Object
   |
   +--FE.Event.Dispatcher
         |
         +--FE.Overlay
               |
               +--FE.Pushpin

class FE.Pushpin
extends FE.Overlay



Defined in freeearth.js


Constructor Summary
FE.Pushpin(<FE.LatLng> location, icon, <String> name)
            Defines an icon that can be put on top of a map.
 
Method Summary
 void closeInfoWindow()
           Closes the infowindow.
 Object getIcon()
           Returns the pushpin icon.
 FE.FLVInfoWindow openInfoWindowFlv(<String> url, <int> width, height)
           Opens an infowindow containing a FLV movie.
 FE.InfoWindow openInfoWindowHtml(<String> html, <int> width, height)
           Opens an infowindow containing HTML markup.
 FE.InfoWindow openInfoWindowSwf(<String> url, <int> width, height, flashvars)
           Opens an infowindow containing a SWF component.
 
Methods inherited from class FE.Overlay
initialize, getLocation, hide, isVisible, show, followPolyline, updateLocation
   
Methods inherited from class FE.Event.Dispatcher
addListener, dispatch
 

Constructor Detail

FE.Pushpin

FE.Pushpin(<FE.LatLng> location, icon, <String> name)

Method Detail

closeInfoWindow

void closeInfoWindow()

getIcon

Object getIcon()

openInfoWindowFlv

FE.FLVInfoWindow openInfoWindowFlv(<String> url, <int> width, height)

openInfoWindowHtml

FE.InfoWindow openInfoWindowHtml(<String> html, <int> width, height)

openInfoWindowSwf

FE.InfoWindow openInfoWindowSwf(<String> url, <int> width, height, flashvars)

Poly9 FreeEarth

Documentation generated by JSDoc on Thu Dec 6 19:55:43 2007