Uses of Class
com.google.gwt.maps.client.MapWidget

Packages that use MapWidget
com.google.gwt.maps.client   
com.google.gwt.maps.client.adsense   
com.google.gwt.maps.client.drawinglib   
com.google.gwt.maps.client.events   
com.google.gwt.maps.client.layers   
com.google.gwt.maps.client.overlays   
com.google.gwt.maps.client.overlays.overlayhandlers   
com.google.gwt.maps.client.panoramiolib   
com.google.gwt.maps.client.placeslib   
com.google.gwt.maps.client.services   
com.google.gwt.maps.client.visualizationlib   
com.google.gwt.maps.client.weatherlib   
 

Uses of MapWidget in com.google.gwt.maps.client
 

Methods in com.google.gwt.maps.client that return MapWidget
static MapWidget MapWidget.newInstance(MapImpl impl)
          Reconstruct the mapWidget from JSO
 

Uses of MapWidget in com.google.gwt.maps.client.adsense
 

Methods in com.google.gwt.maps.client.adsense that return MapWidget
 MapWidget AdUnitWidget.getMap()
          Returns the map to which this AdUnit's ads are targeted.
 MapWidget AdUnitOptions.getMap()
          The map associated with this AdUnit.
 MapWidget AdUnitImpl.getMap()
          Returns the map to which this AdUnit's ads are targeted.
 

Methods in com.google.gwt.maps.client.adsense with parameters of type MapWidget
 void AdUnitWidget.setMap(MapWidget mapWidget)
          Associates this AdUnit with the specified map.
 void AdUnitOptions.setMap(MapWidget mapWidget)
          The map associated with this AdUnit.
 void AdUnitImpl.setMap(MapWidget mapWidget)
          Associates this AdUnit with the specified map.
 

Uses of MapWidget in com.google.gwt.maps.client.drawinglib
 

Methods in com.google.gwt.maps.client.drawinglib that return MapWidget
 MapWidget DrawingManagerOptions.getMap()
          The Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed.
 MapWidget DrawingManager.getMap()
          Returns the Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed.
 

Methods in com.google.gwt.maps.client.drawinglib with parameters of type MapWidget
 void DrawingManagerOptions.setMap(MapWidget mapWidget)
          The Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed.
 void DrawingManager.setMap(MapWidget mapWidget)
          Attaches the DrawingManager object to the specified Map.
 

Uses of MapWidget in com.google.gwt.maps.client.events
 

Methods in com.google.gwt.maps.client.events with parameters of type MapWidget
static void MapHandlerRegistration.trigger(MapWidget w, MapEventType eventType)
          Triggers the given event.
static void MapHandlerRegistration.trigger(MapWidget w, MapEventType eventType, JavaScriptObject... objects)
          Triggers the given event.
 

Uses of MapWidget in com.google.gwt.maps.client.layers
 

Methods in com.google.gwt.maps.client.layers that return MapWidget
 MapWidget TransitLayer.getMap()
          Get the map on which the layer is being rendered.
 MapWidget TrafficLayer.getMap()
           
 MapWidget KmlLayerOptions.getMap()
          Get the map on which the KML Layer is being rendered.
 MapWidget KmlLayer.getMap()
          Get the map on which the KML Layer is being rendered.
 MapWidget FusionTablesLayerOptions.getMap()
          Returns the map on which this layer is displayed.
 MapWidget FusionTablesLayer.getMap()
          Returns the map on which this layer is displayed.
 MapWidget BicyclingLayer.getMap()
           
 

Methods in com.google.gwt.maps.client.layers with parameters of type MapWidget
 void TransitLayer.setMap(MapWidget mapWidget)
          Renders the layer on the specified map.
 void TrafficLayer.setMap(MapWidget mapWidget)
           
 void KmlLayerOptions.setMap(MapWidget mapWidget)
          Renders the KML Layer on the specified map.
 void KmlLayer.setMap(MapWidget mapWidget)
          Renders the KML Layer on the specified map.
 void FusionTablesLayerOptions.setMap(MapWidget mapWidget)
          Renders the layer on the specified map.
 void FusionTablesLayer.setMap(MapWidget mapWidget)
          Renders the layer on the specified map.
 void BicyclingLayer.setMap(MapWidget mapWidget)
           
 

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

Methods in com.google.gwt.maps.client.overlays that return MapWidget
 MapWidget RectangleOptions.getMap()
          Gets Map on which to display Polyline.
 MapWidget Rectangle.getMap()
          Returns the map on which this rectangle is displayed.
 MapWidget PolylineOptions.getMap()
          Gets Map on which to display Polyline.
 MapWidget Polyline.getMap()
          Returns the map on which this shape is attached.
 MapWidget PolygonOptions.getMap()
          Gets Map on which to display Polyline.
 MapWidget Polygon.getMap()
          Returns the map on which this shape is attached.
 MapWidget MarkerOptions.getMap()
          Gets Map on which to display Polyline.
 MapWidget Marker.getMap()
           
 MapWidget GroundOverlayOptions.getMap()
          gets Map on which to display Polyline.
 MapWidget GroundOverlay.getMap()
          Returns the map on which this groundoverlay is displayed.
 MapWidget CircleOptions.getMap()
          Gets Map on which to display Polyline.
 MapWidget Circle.getMap()
          Returns the map on which this circle is displayed.
 MapWidget RectangleOptions.getMapWidget()
          Deprecated. 
 MapWidget PolylineOptions.getMapWidget()
          Deprecated. 
 MapWidget PolygonOptions.getMapWidget()
          Deprecated. 
 MapWidget MarkerOptions.getMapWidget()
          Deprecated. 
 MapWidget GroundOverlayOptions.getMapWidget()
          Deprecated. 
 MapWidget CircleOptions.getMapWidget()
          Deprecated. 
 

Methods in com.google.gwt.maps.client.overlays with parameters of type MapWidget
static OverlayView OverlayView.newInstance(MapWidget mapWidget, OverlayViewOnDrawHandler onDrawHandler, OverlayViewOnAddHandler onAddDandler, OverlayViewOnRemoveHandler onRemoveHandler)
          You should inherit from this class by setting your overlay's prototype to new OverlayView.prototype.
 void InfoWindow.open(MapWidget mapWidget)
          Opens this InfoWindow on the given map.
 void InfoWindow.open(MapWidget mapWidget, MVCObject<?> anchor)
          Opens this InfoWindow on the given map.
 void RectangleOptions.setMap(MapWidget mapWidget)
          sets Map on which to display Polyline.
 void Rectangle.setMap(MapWidget mapWidget)
          Renders the rectangle on the specified map.
 void PolylineOptions.setMap(MapWidget mapWidget)
          sets Map on which to display Polyline.
 void Polyline.setMap(MapWidget mapWidget)
          Renders this shape on the specified map.
 void PolygonOptions.setMap(MapWidget mapWidget)
          Renders the Polygone on the map
 void Polygon.setMap(MapWidget mapWidget)
          Renders this shape on the specified map.
 void OverlayView.setMap(MapWidget mapWidget)
          set Map
 void MarkerOptions.setMap(MapWidget mapWidget)
          sets Map on which to display Polyline.
 void Marker.setMap(MapWidget mapWidget)
          set Map
 void GroundOverlayOptions.setMap(MapWidget mapWidget)
          sets Map on which to display Polyline.
 void GroundOverlay.setMap(MapWidget mapWidget)
          Renders the groundoverlay on the specified map.
 void CircleOptions.setMap(MapWidget mapWidget)
          Sets Map on which to display Polyline.
 void Circle.setMap(MapWidget mapWidget)
          Renders the circle on the specified map.
 

Uses of MapWidget in com.google.gwt.maps.client.overlays.overlayhandlers
 

Methods in com.google.gwt.maps.client.overlays.overlayhandlers that return MapWidget
 MapWidget OverlayViewMethods.getMap()
           
 

Uses of MapWidget in com.google.gwt.maps.client.panoramiolib
 

Methods in com.google.gwt.maps.client.panoramiolib that return MapWidget
 MapWidget PanoramioLayerOptions.getMap()
          The map on which to display the layer.
 MapWidget PanoramioLayer.getMap()
          The map on which to display the layer.
 

Methods in com.google.gwt.maps.client.panoramiolib with parameters of type MapWidget
 void PanoramioLayerOptions.setMap(MapWidget mapWidget)
          The map on which to display the layer.
 void PanoramioLayer.setMap(MapWidget mapWidget)
          The map on which to display the layer.
 

Uses of MapWidget in com.google.gwt.maps.client.placeslib
 

Methods in com.google.gwt.maps.client.placeslib with parameters of type MapWidget
static PlacesService PlacesService.newInstance(MapWidget mapWidget)
          Creates a new instance of the PlacesService that renders attributions in the specified container.
 

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

Methods in com.google.gwt.maps.client.services that return MapWidget
 MapWidget DirectionsRendererOptions.getMap()
          Map on which to display the directions.
 MapWidget DirectionsRenderer.getMap()
          Returns the map on which the DirectionsResult is rendered.
 MapWidget DirectionsRendererOptions.getMapWidget()
          Deprecated. 
 

Methods in com.google.gwt.maps.client.services with parameters of type MapWidget
 void DirectionsRendererOptions.setMap(MapWidget mapWidget)
          Map on which to display the directions.
 void DirectionsRenderer.setMap(MapWidget mapWidget)
          This method specifies the map on which directions will be rendered.
 

Uses of MapWidget in com.google.gwt.maps.client.visualizationlib
 

Methods in com.google.gwt.maps.client.visualizationlib that return MapWidget
 MapWidget HeatMapLayerOptions.getMap()
          Gets map layer is rendered to, or NULL if not associated with map.
 MapWidget HeatMapLayer.getMap()
          Gets map layer is rendered to, or NULL if not associated with map.
 

Methods in com.google.gwt.maps.client.visualizationlib with parameters of type MapWidget
 void HeatMapLayerOptions.setMap(MapWidget mapWidget)
          Renders the heatmap on the specified map.
 void HeatMapLayer.setMap(MapWidget mapWidget)
          Renders the heatmap on the specified map.
 

Uses of MapWidget in com.google.gwt.maps.client.weatherlib
 

Methods in com.google.gwt.maps.client.weatherlib that return MapWidget
 MapWidget WeatherLayerOptions.getMap()
          Returns the map on which this layer is displayed.
 MapWidget WeatherLayer.getMap()
          Returns the map on which this layer is displayed.
 MapWidget CloudLayer.getMap()
           
 

Methods in com.google.gwt.maps.client.weatherlib with parameters of type MapWidget
 void WeatherLayerOptions.setMap(MapWidget mapWidget)
          Layer will be rendered to this map
 void WeatherLayer.setMap(MapWidget mapWidget)
          Renders the layer on the specified map.
 void CloudLayer.setMap(MapWidget mapWidget)
           
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.