Java com.google.gwt.maps.client.overlays InfoWindowOptions fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.overlays InfoWindowOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.overlays InfoWindowOptions.

The text is from its open source code.

Method

InfoWindowOptionsnewInstance()
InfoWindow Options
voidsetContent(Widget widget)
set widget to display in infoWindow
voidsetContent(String content)
set Content to display in the InfoWindow.
voidsetContent(Element content)
set Content to display in the InfoWindow.
voidsetDisableAutoPan(boolean disableAutoPan)
sets Disable auto-pan on open.
voidsetMaxWidth(int width)
sets Maximum width of the infowindow, regardless of content's width.
voidsetPosition(LatLng position)
sets The LatLng at which to display this InfoWindow.