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.
|
FE.Pushpin
FE.Pushpin(<FE.LatLng> location, icon, <String> name)
Defines an icon that can be put on top of a map.
Parameters:
location - Initial geographic location.
name - Overlay name. Optional.
closeInfoWindow
void closeInfoWindow()
getIcon
Object getIcon()
Returns the pushpin icon.
openInfoWindowFlv
FE.FLVInfoWindow openInfoWindowFlv(<String> url, <int> width, height)
Opens an infowindow containing a FLV movie.
Parameters:
url - URL where the FLV movie is hosted.
width - Width of the infowindow. Defaults to 320.
int - height Height of the infowindow. Defaults to 200.
openInfoWindowHtml
FE.InfoWindow openInfoWindowHtml(<String> html, <int> width, height)
Opens an infowindow containing HTML markup.
Parameters:
html - HTML to be displayed in the infowindow.
width - Width of the infowindow. Defaults to 320.
int - height Height of the infowindow. Defaults to 200.
openInfoWindowSwf
FE.InfoWindow openInfoWindowSwf(<String> url, <int> width, height, flashvars)
Opens an infowindow containing a SWF component.
Parameters:
url - URL where the SWF component is hosted.
width - Width of the infowindow. Defaults to 320.
int - height Height of the infowindow. Defaults to 200.
Documentation generated by
JSDoc on Thu Dec 6 19:55:43 2007