List of usage examples for com.google.gwt.maps.client.overlay OverlayView subclass-usage
From source file com.google.mobile.trippy.web.client.widget.InfoWindowView.java
/** * View for map info window * * */ public class InfoWindowView extends OverlayView implements InfoWindowPresenter.Display {
From source file com.mashery.examples.api.client.weatherbug.WeatherBugOverlayView.java
public class WeatherBugOverlayView extends OverlayView { private static final int TILE_CACHE_SIZE = 64; private static final String WEATHERBUG_ENDPOINT = "http://i.wxbug.net/GEO/Google/${layerType}/GetTile_v2.aspx?as=0&c=0&fq=0&mw=0&ds=0&stl=1&api_key=cn63prcp8pmrzmu7exhg9pgd";