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

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

Introduction

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

The text is from its open source code.

Method

voidclose()
Closes the info window.
booleanisVisible()
Returns true if the info window is visible.
voidopen(LatLng point, InfoWindowContent content)
Opens the info window at the given point with the given content.
voidopen(Marker marker, InfoWindowContent content)
Create a new info window on a Marker.
voidsetVisible(boolean visible)
Shows or hides the info window.