|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DrawingManager.getMap()
Returns the Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed. |
MapWidget |
DrawingManagerOptions.getMap()
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 |
DrawingManager.setMap(MapWidget mapWidget)
Attaches the DrawingManager object to the specified Map. |
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. |
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.interfaces |
---|
Methods in com.google.gwt.maps.client.interfaces that return MapWidget | |
---|---|
MapWidget |
HasMapWidget.getMap()
Get the map on which the overlay is rendered. |
Methods in com.google.gwt.maps.client.interfaces with parameters of type MapWidget | |
---|---|
void |
HasMapWidget.setMap(MapWidget mapWidget)
Renders the overlay on the specified map. If map is set to null, the overlay is removed. |
Uses of MapWidget in com.google.gwt.maps.client.layers |
---|
Methods in com.google.gwt.maps.client.layers that return MapWidget | |
---|---|
MapWidget |
BicyclingLayer.getMap()
|
MapWidget |
TransitLayer.getMap()
Get the map on which the layer is being rendered. |
MapWidget |
FusionTablesLayerOptions.getMap()
Returns the map on which this layer is displayed. |
MapWidget |
KmlLayer.getMap()
Get the map on which the KML Layer is being rendered. |
MapWidget |
KmlLayerOptions.getMap()
Get the map on which the KML Layer is being rendered. |
MapWidget |
TrafficLayer.getMap()
|
MapWidget |
FusionTablesLayer.getMap()
Returns the map on which this layer is displayed. |
Methods in com.google.gwt.maps.client.layers with parameters of type MapWidget | |
---|---|
void |
BicyclingLayer.setMap(MapWidget mapWidget)
|
void |
TransitLayer.setMap(MapWidget mapWidget)
Renders the layer on the specified map. |
void |
FusionTablesLayerOptions.setMap(MapWidget mapWidget)
Renders the layer on the specified map. |
void |
KmlLayer.setMap(MapWidget mapWidget)
Renders the KML Layer on the specified map. |
void |
KmlLayerOptions.setMap(MapWidget mapWidget)
Renders the KML Layer on the specified map. |
void |
TrafficLayer.setMap(MapWidget mapWidget)
|
void |
FusionTablesLayer.setMap(MapWidget mapWidget)
Renders the layer on the specified map. |
Uses of MapWidget in com.google.gwt.maps.client.overlays |
---|
Methods in com.google.gwt.maps.client.overlays that return MapWidget | |
---|---|
MapWidget |
Polyline.getMap()
Returns the map on which this shape is attached. |
MapWidget |
Marker.getMap()
|
MapWidget |
GroundOverlay.getMap()
Returns the map on which this groundoverlay is displayed. |
MapWidget |
Polygon.getMap()
Returns the map on which this shape is attached. |
MapWidget |
Circle.getMap()
Returns the map on which this circle is displayed. |
MapWidget |
Rectangle.getMap()
Returns the map on which this rectangle is displayed. |
MapWidget |
PolylineOptions.getMapWidget()
gets Map on which to display Polyline. |
MapWidget |
CircleOptions.getMapWidget()
gets Map on which to display Polyline. |
MapWidget |
GroundOverlayOptions.getMapWidget()
gets Map on which to display Polyline. |
MapWidget |
MarkerOptions.getMapWidget()
gets Map on which to display Polyline. |
MapWidget |
RectangleOptions.getMapWidget()
gets Map on which to display Polyline. |
MapWidget |
OverlayView.getMapWidget()
get mapWidget |
MapWidget |
PolygonOptions.getMapWidget()
gets Map on which to display Polyline. |
Methods in com.google.gwt.maps.client.overlays with parameters of type MapWidget | |
---|---|
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 |
PolylineOptions.setMap(MapWidget mapWidget)
sets Map on which to display Polyline. |
void |
CircleOptions.setMap(MapWidget mapWidget)
sets Map on which to display Polyline. |
void |
GroundOverlayOptions.setMap(MapWidget mapWidget)
sets Map on which to display Polyline. |
void |
Polyline.setMap(MapWidget mapWidget)
Renders this shape on the specified map. |
void |
Marker.setMap(MapWidget mapWidget)
set Map |
void |
MarkerOptions.setMap(MapWidget mapWidget)
sets Map on which to display Polyline. |
void |
RectangleOptions.setMap(MapWidget mapWidget)
sets Map on which to display Polyline. |
void |
GroundOverlay.setMap(MapWidget mapWidget)
Renders the groundoverlay on the specified map. |
void |
Polygon.setMap(MapWidget mapWidget)
Renders this shape on the specified map. |
void |
OverlayView.setMap(MapWidget mapWidget)
Adds the overlay to the map or panorama. |
void |
Circle.setMap(MapWidget mapWidget)
Renders the circle on the specified map. |
void |
PolygonOptions.setMap(MapWidget mapWidget)
Renders the Polygone on the map |
void |
Rectangle.setMap(MapWidget mapWidget)
Renders the rectangle on the specified map. |
Uses of MapWidget in com.google.gwt.maps.client.panoramiolib |
---|
Methods in com.google.gwt.maps.client.panoramiolib that return MapWidget | |
---|---|
MapWidget |
PanoramioLayer.getMap()
The map on which to display the layer. |
MapWidget |
PanoramioLayerOptions.getMap()
The map on which to display the layer. |
Methods in com.google.gwt.maps.client.panoramiolib with parameters of type MapWidget | |
---|---|
void |
PanoramioLayer.setMap(MapWidget mapWidget)
The map on which to display the layer. |
void |
PanoramioLayerOptions.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(Element attrContainer,
MapWidget mapWidget)
Contains methods related to searching for Places and retrieving details about a Place. |
Uses of MapWidget in com.google.gwt.maps.client.services |
---|
Methods in com.google.gwt.maps.client.services that return MapWidget | |
---|---|
MapWidget |
DirectionsRenderer.getMap()
Returns the map on which the DirectionsResult is rendered. |
MapWidget |
DirectionsRendererOptions.getMapWidget()
Map on which to display the directions. |
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.weatherlib |
---|
Methods in com.google.gwt.maps.client.weatherlib that return MapWidget | |
---|---|
MapWidget |
WeatherLayer.getMap()
|
MapWidget |
CloudLayer.getMap()
|
MapWidget |
WeatherLayerOptions.getMap()
Returns the map on which this layer is displayed. |
Methods in com.google.gwt.maps.client.weatherlib with parameters of type MapWidget | |
---|---|
void |
WeatherLayer.setMap(MapWidget mapWidget)
|
void |
CloudLayer.setMap(MapWidget mapWidget)
|
void |
WeatherLayerOptions.setMap(MapWidget mapWidget)
Layer will be rendered to this map |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |