Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.overlays.InfoWindow

Packages that use InfoWindow
com.google.gwt.maps.client.overlays   
com.google.gwt.maps.client.services   
 

Uses of InfoWindow in com.google.gwt.maps.client.overlays
 

Methods in com.google.gwt.maps.client.overlays that return InfoWindow
static InfoWindow InfoWindow.newInstance(InfoWindowOptions options)
          Creates an info window with the given options.
 

Uses of InfoWindow in com.google.gwt.maps.client.services
 

Methods in com.google.gwt.maps.client.services that return InfoWindow
 InfoWindow DirectionsRendererOptions.getInfoWindow()
          The InfoWindow in which to render text information when a marker is clicked.
 

Methods in com.google.gwt.maps.client.services with parameters of type InfoWindow
 void DirectionsRendererOptions.setInfoWindow(InfoWindow infoWindow)
          The InfoWindow in which to render text information when a marker is clicked.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.