| Package | Description |
|---|---|
| com.lynden.gmapsfx.javascript.object |
| Modifier and Type | Method and Description |
|---|---|
InfoWindowOptions |
InfoWindowOptions.content(String content)
Content to display in the InfoWindow.
|
InfoWindowOptions |
InfoWindowOptions.disableAutoPan(boolean disabled)
Disable auto-pan on open.
|
InfoWindowOptions |
InfoWindowOptions.maxWidth(int width)
Maximum width of the infowindow, regardless of content's width.
|
InfoWindowOptions |
InfoWindowOptions.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.
|
InfoWindowOptions |
InfoWindowOptions.position(LatLong latlong)
The LatLng at which to display this InfoWindow.
|
InfoWindowOptions |
InfoWindowOptions.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfoWindow.setOptions(InfoWindowOptions options) |
| Constructor and Description |
|---|
InfoWindow(InfoWindowOptions options) |
Copyright © 2017. All rights reserved.