Example usage for com.google.gwt.maps.client.base HasInfoWindow interface-usage

List of usage examples for com.google.gwt.maps.client.base HasInfoWindow interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.maps.client.base HasInfoWindow interface-usage.

Usage

From source file com.google.mobile.trippy.web.client.widget.InfoWindowPresenter.java

/**
 * Presenter for map marker info window
 * 
 *
 */
public class InfoWindowPresenter implements HasInfoWindow, BasePresenter<InfoWindowPresenter.Display> {