Uses of Class
com.dlsc.gmapsfx.javascript.object.InfoWindowOptions
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.object |
-
Uses of InfoWindowOptions in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object that return InfoWindowOptions Modifier and Type Method Description InfoWindowOptionsInfoWindowOptions. content(String content)Content to display in the InfoWindow.InfoWindowOptionsInfoWindowOptions. disableAutoPan(boolean disabled)Disable auto-pan on open.InfoWindowOptionsInfoWindowOptions. maxWidth(int width)Maximum width of the infowindow, regardless of content's width.InfoWindowOptionsInfoWindowOptions. pixelOffset(Size size)The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.InfoWindowOptionsInfoWindowOptions. position(LatLong latlong)The LatLng at which to display this InfoWindow.InfoWindowOptionsInfoWindowOptions. zIndex(int index)All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying in front of InfoWindows with lower values.Methods in com.dlsc.gmapsfx.javascript.object with parameters of type InfoWindowOptions Modifier and Type Method Description voidInfoWindow. setOptions(InfoWindowOptions options)Constructors in com.dlsc.gmapsfx.javascript.object with parameters of type InfoWindowOptions Constructor Description InfoWindow(InfoWindowOptions options)