java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.javascript.object.InfoWindow
public class InfoWindow extends JavascriptObject
An overlay that looks like a bubble and is often connected to a marker.
This class corresponds to google.maps.InfoWindow in the Google Maps JavaScript API
- Author:
- Rob Terpilowski
-
Field Summary
Fields Modifier and Type Field Description static StringINFO_WINDOW_TYPEFields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description InfoWindow()InfoWindow(InfoWindowOptions options) -
Method Summary
Modifier and Type Method Description voidclose()StringgetContent()LatLonggetPosition()intgetZIndex()voidopen(GoogleMap map)voidopen(GoogleMap map, Marker marker)voidsetContent(String content)voidsetOptions(InfoWindowOptions options)voidsetPosition(LatLong position)voidsetZIndex(int index)Methods inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
-
Field Details
-
INFO_WINDOW_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
InfoWindow
public InfoWindow() -
InfoWindow
-
-
Method Details
-
close
public void close() -
getContent
-
getPosition
-
getZIndex
public int getZIndex() -
open
-
open
-
setContent
-
setOptions
-
setPosition
-
setZIndex
public void setZIndex(int index)
-