A B C D E F G H I K L M N O P R S T U V W Z 

A

add(Widget) - Method in class com.google.gwt.maps.client.events.MapPanel
todo only do this once, b/c other wise it probably won't act right adding it over and over
addAnimationChangeHandler(AnimationChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's animation property changes.
addBoundsChangeHandler(BoundsChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the viewport bounds have changed.
addBoundsChangeHandler(BoundsChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the viewport bounds have changed.
addBoundsChangeHandler(BoundsChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
 
addCenterChangeHandler(CenterChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the map center property changes.
addCenterChangeHandler(CenterChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the map center property changes.
addCenterChangeHandler(CenterChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
add center change handler
addChannelNumberChangeHandler(ChannelNumberChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
This event is fired when the AdUnit's channelNumber property changes.
addChannelNumberChangeHandler(ChannelNumberChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
This event is fired when the AdUnit's channelNumber property changes.
addCircleCompleteHandler(CircleCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
This event is fired when the user has finished drawing a circle.
addClickableChangeHandler(ClickableChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's clickable property changes.
addClickHandler(FusionTablesMouseMapHandler) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayer
This event is fired when a feature in the layer is clicked.
addClickHandler(KmlMouseMapHandler) - Method in class com.google.gwt.maps.client.layers.KmlLayer
This event is fired when a feature in the layer is clicked.
addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the user clicks on the map (but not when they click on a marker or infowindow).
addClickHandler(TilesLoadedMapHandler) - Method in class com.google.gwt.maps.client.maptypes.ImageMapType
This event is fired when the visible tiles finish loading.
addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user clicks on the map (but not when they click on a marker or infowindow).
addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired when the DOM click event is fired on the Circle.
addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
This event is fired when the DOM click event is fired on the GroundOverlay.
addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker icon was clicked.
addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
This event is fired when the DOM click event is fired on the Polygon.
addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
This event is fired when the DOM click event is fired on the Polyline.
addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
This event is fired when the DOM click event is fired on the Rectangle.
addClickHandler(PanoramioMouseMapHandler) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
This event is fired when a feature in the layer is clicked.
addClickHandler(WeatherMouseMapHandler) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayer
This event is fired when a feature in the layer is clicked.
addCloseClickHandler(CloseClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
This event is fired when the close button was clicked.
addCloseClickHandler(CloseClickMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
This event is fired when the close button is clicked.
addCloseClickHandler(CloseClickMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
This event is fired when the close button is clicked.
addContentChangeHandler(ContentChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
This event is fired when the content property changes.
addCursorChangeHandler(CursorChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's cursor property changes.
addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the user double-clicks on the map.
addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user double-clicks on the map.
addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired when the DOM dblclick event is fired on the Circle.
addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker icon was double clicked.
addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
This event is fired when the DOM dblclick event is fired on the Polygon.
addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
This event is fired when the DOM dblclick event is fired on the Polyline.
addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
This event is fired when the DOM dblclick event is fired on the Rectangle.
addDefaultViewportChangeHandler(DefaultViewportChangeMapHandler) - Method in class com.google.gwt.maps.client.layers.KmlLayer
This event is fired when the KML layers default viewport has changed.
addDirectionsChangeHandler(DirectionsChangeMapHandler) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
This event is fired when the rendered directions change, either when a new DirectionsResult is set or when the user finishes dragging a change to the directions path.
addDomListener(JavaScriptObject, DomEvent.Type<ClickHandler>, MapHandler<E>, boolean) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
experimental for the moment.
addDomReadyHandler(DomReadyMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
This event is fired when the <div> containing the InfoWindow's content is attached to the DOM.
addDragEndHandler(DragEndMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the user stops dragging the map.
addDragEndHandler(DragEndMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user stops dragging the map.
addDragEndHandler(DragEndMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the user stops dragging the marker.
addDraggableChangeHandler(DraggableChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's draggable property changes.
addDragHandler(DragMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is repeatedly fired while the user drags the map.
addDragHandler(DragMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is repeatedly fired while the user drags the map.
addDragHandler(DragMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is repeatedly fired while the user drags the marker.
addDragStartHandler(DragStartMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the user starts dragging the map.
addDragStartHandler(DragStartMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user starts dragging the map.
addDragStartHandler(DragStartMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the user starts dragging the marker.
addFlatChangeHandler(FlatChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's flat property changes.
addFormatChangeHandler(FormatChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
This event is fired when the AdUnit's format property changes.
addFormatChangeHandler(FormatChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
This event is fired when the AdUnit's format property changes.
addHandler(JavaScriptObject, MapEventType, MapHandler<E>, MapEventFormatter<E>) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
event handler
addHandlerDrawing(JavaScriptObject, MapEventType, MapHandler<E>, MapEventFormatter<E>) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
event handler for the drawing overlay objects
addHandlerMvc(JavaScriptObject, MapEventType, MapHandler<E>, MapEventFormatter<E>) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
event handler for the mvc object
addHeadingChangeHandler(HeadingChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the map heading property changes.
addHeadingChangeHandler(HeadingChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the map heading property changes.
addIconChangeHandler(IconChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker icon property changes.
addIdleHandler(IdleMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the map becomes idle after panning or zooming.
addIdleHandler(IdleMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the map becomes idle after panning or zooming.
addInsertAtHandler(InsertAtMapHandler) - Method in class com.google.gwt.maps.client.mvc.MVCArray
This event is fired when insertAt() is called.
addLinksChangeHandler(LinksChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
This event is fired when the panorama's links change.
addLinksChangeHandler(LinksChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
This event is fired when the panorama's links change.
addMapChangeHandler(MapChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
This event is fired when the AdUnit's map property changes.
addMapChangeHandler(MapChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
This event is fired when the AdUnit's map property changes.
addMapTypeIdChangeHandler(MapTypeIdChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the mapTypeId property changes.
addMapTypeIdChangeHandler(MapTypeIdChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the mapTypeId property changes.
addMarkerCompleteHandler(MarkerCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
This event is fired when the user has finished drawing a marker.
addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired when the DOM mousedown event is fired on the Circle.
addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired for a mousedown on the marker.
addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
This event is fired when the DOM mousedown event is fired on the Polygon.
addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
This event is fired when the DOM mousedown event is fired on the Polyline.
addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
This event is fired when the DOM mousedown event is fired on the Rectangle.
addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired whenever the user's mouse moves over the map container.
addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired whenever the user's mouse moves over the map container.
addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired when the DOM mousemove event is fired on the Circle.
addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
This event is fired when the DOM mousemove event is fired on the Polygon.
addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
This event is fired when the DOM mousemove event is fired on the Polyline.
addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
This event is fired when the DOM mousemove event is fired on the Rectangle.
addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the user's mouse exits the map container.
addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user's mouse exits the map container.
addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired on Circle mouseout.
addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the mouse leaves the area of the marker icon.
addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
This event is fired on Polygon mouseout.
addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
This event is fired on Polyline mouseout.
addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
This event is fired on Rectangle mouseout.
addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the user's mouse enters the map container.
addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user's mouse enters the map container.
addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired on Circle mouseover.
addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the mouse enters the area of the marker icon.
addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
This event is fired on Polygon mouseover.
addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
This event is fired on Polyline mouseover.
addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
This event is fired on Rectangle mouseover.
addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired when the DOM mouseup event is fired on the Circle.
addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired for a mouseup on the marker.
addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
This event is fired when the DOM mouseup event is fired on the Polygon.
addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
This event is fired when the DOM mouseup event is fired on the Polyline.
addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
This event is fired when the DOM mouseup event is fired on the Rectangle.
addOverlayCompleteHandler(OverlayCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
This event is fired when the user has finished drawing an overlay of any type.
addPanoChangeHandler(PanoChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
This event is fired when the panorama's pano id changes.
addPanoChangeHandler(PanoChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
This event is fired when the panorama's pano id changes.
addPlaceChangeHandler(PlaceChangeMapHandler) - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
This event is fired when a PlaceResult is made available for a Place the user has selected.
addPolygonCompleteHandler(PolygonCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
This event is fired when the user has finished drawing a polygon.
addPolylineCompleteHandler(PolylineCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
This event is fired when the user has finished drawing a polyline.
addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
This event is fired when the AdUnit's position property changes.
addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
This event is fired when the AdUnit's position property changes.
addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
This event is fired when the position property changes.
addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
This event is fired when the panorama's position changes.
addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
This event is fired when the panorama's position changes.
addPovChangeHandler(PovChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
This event is fired when the panorama's point-of-view changes.
addPovChangeHandler(PovChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
This event is fired when the panorama's point-of-view changes.
addProjectionChangeHandler(ProjectionChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the projection has changed.
addProjectionChangeHandler(ProjectionChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the projection has changed.
addProjectionChangeHandler(ProjectionChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker position property changes.
addRadiusChangeHandler(RadiusChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired when the circle's radius is changed.
addRectangleCompleteHandler(RectangleCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
This event is fired when the user has finished drawing a rectangle.
addRemoveAtHandler(RemoveAtMapHandler) - Method in class com.google.gwt.maps.client.mvc.MVCArray
This event is fired when removeAt() is called.
addResizeHandler(ResizeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
Developers should trigger this event on the map when the div changes size: google.maps.event.trigger(map, 'resize') .
addResizeHandler(ResizeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
Developers should trigger this event on the map when the div changes size: google.maps.event.trigger(map, 'resize') .
addResizeHandler(ResizeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize').
addResizeHandler(ResizeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize').
addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the DOM contextmenu event is fired on the map container.
addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the DOM contextmenu event is fired on the map container.
addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
This event is fired when the Circle is right-clicked on.
addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired for a rightclick on the marker.
addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
This event is fired when the Polygon is right-clicked on.
addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
This event is fired when the Polyline is right-clicked on.
addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
This event is fired when the Rectangle is right-clicked on.
addSetAtHandler(SetAtMapHandler) - Method in class com.google.gwt.maps.client.mvc.MVCArray
This event is fired when setAt() is called.
addShadowChangeHandler(ShadowChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's shadow property changes.
addShapeChangeHandler(ShapeChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's shape property changes.
addTilesLoadedHandler(TilesLoadedMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the visible tiles have finished loading.
addTilesLoadedHandler(TilesLoadedMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the visible tiles have finished loading.
addTiltChangeHandler(TiltChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the map tilt property changes.
addTiltChangeHandler(TiltChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the map tilt property changes.
addTitleChangeHandler(TitleChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker title property changes.
addVisibleChangeHandler(VisibleChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's visible property changes.
addVisibleChangeHandler(VisibleChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
This event is fired when the panorama's visibility changes.
addVisibleChangeHandler(VisibleChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
This event is fired when the panorama's visibility changes.
addZindexChangedHandler(ZindexChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
This event is fired when the InfoWindow's zIndex changes.
addZindexChangeHandler(ZindexChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
This event is fired when the marker's zIndex property changes.
addZoomChangeHandler(ZoomChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
This event is fired when the map zoom property changes.
addZoomChangeHandler(ZoomChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the map zoom property changes.
AdFormat - Enum in com.google.gwt.maps.client.adsense
Identifiers used to specify an AdSense For Content format.
AdUnitImpl - Class in com.google.gwt.maps.client.adsense
Implements AdSense for Content advertising on an associated map.
AdUnitImpl() - Constructor for class com.google.gwt.maps.client.adsense.AdUnitImpl
use newInstance();
AdUnitOptions - Class in com.google.gwt.maps.client.adsense
ad unit options

See AdUnitOptions API Doc
AdUnitOptions() - Constructor for class com.google.gwt.maps.client.adsense.AdUnitOptions
use newInstance();
AdUnitWidget - Class in com.google.gwt.maps.client.adsense
Implements AdSense for Content advertising on an associated map.
AdUnitWidget(AdUnitOptions) - Constructor for class com.google.gwt.maps.client.adsense.AdUnitWidget
create AdUnit widget
Animation - Enum in com.google.gwt.maps.client.overlays
Start an animation.
AnimationChangeEventFormatter - Class in com.google.gwt.maps.client.events.animation
 
AnimationChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.animation.AnimationChangeEventFormatter
 
AnimationChangeMapEvent - Class in com.google.gwt.maps.client.events.animation
 
AnimationChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.animation.AnimationChangeMapEvent
 
AnimationChangeMapHandler - Interface in com.google.gwt.maps.client.events.animation
 
API_VERSION - Static variable in class com.google.gwt.maps.client.LoadApi
Note: If you use 3, it will take the newest stable available.
Autocomplete - Class in com.google.gwt.maps.client.placeslib
A service to provide Place predictions based on a user's text input.
Autocomplete() - Constructor for class com.google.gwt.maps.client.placeslib.Autocomplete
use newInstance();
AutocompleteOptions - Class in com.google.gwt.maps.client.placeslib
The options that can be set on an Autocomplete.
AutocompleteOptions() - Constructor for class com.google.gwt.maps.client.placeslib.AutocompleteOptions
use newInstance();
AutocompleteType - Enum in com.google.gwt.maps.client.placeslib
Supported types are 'establishment' for businesses and 'geocode' for addresses.

B

BicyclingLayer - Class in com.google.gwt.maps.client.layers
A layer showing bike lanes and paths.
BicyclingLayer() - Constructor for class com.google.gwt.maps.client.layers.BicyclingLayer
use newInstance();
bindTo(String, MVCObject<T>) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Binds a View to a Model.
bindTo(String, MVCObject<T>, String) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Binds a View to a Model.
bindTo(String, MVCObject<T>, String, boolean) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Binds a View to a Model.
BoundsChangeEventFormatter - Class in com.google.gwt.maps.client.events.bounds
 
BoundsChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.bounds.BoundsChangeEventFormatter
 
BoundsChangeMapEvent - Class in com.google.gwt.maps.client.events.bounds
 
BoundsChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.bounds.BoundsChangeMapEvent
 
BoundsChangeMapHandler - Interface in com.google.gwt.maps.client.events.bounds
 

C

CenterChangeEventFormatter - Class in com.google.gwt.maps.client.events.center
 
CenterChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.center.CenterChangeEventFormatter
 
CenterChangeMapEvent - Class in com.google.gwt.maps.client.events.center
 
CenterChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.center.CenterChangeMapEvent
 
CenterChangeMapHandler - Interface in com.google.gwt.maps.client.events.center
 
changed(String) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Generic handler for state changes.
ChannelNumberChangeEventFormatter - Class in com.google.gwt.maps.client.events.channelnumber
 
ChannelNumberChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.channelnumber.ChannelNumberChangeEventFormatter
 
ChannelNumberChangeMapEvent - Class in com.google.gwt.maps.client.events.channelnumber
 
ChannelNumberChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.channelnumber.ChannelNumberChangeMapEvent
 
ChannelNumberChangeMapHandler - Interface in com.google.gwt.maps.client.events.channelnumber
 
Circle - Class in com.google.gwt.maps.client.overlays
A circle overlay.
Circle() - Constructor for class com.google.gwt.maps.client.overlays.Circle
use newInstance();
CircleCompleteEventFormatter - Class in com.google.gwt.maps.client.events.overlaycomplete.circle
 
CircleCompleteEventFormatter() - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteEventFormatter
 
CircleCompleteMapEvent - Class in com.google.gwt.maps.client.events.overlaycomplete.circle
 
CircleCompleteMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteMapEvent
 
CircleCompleteMapHandler - Interface in com.google.gwt.maps.client.events.overlaycomplete.circle
 
CircleOptions - Class in com.google.gwt.maps.client.overlays
CircleOptions() - Constructor for class com.google.gwt.maps.client.overlays.CircleOptions
use newInstance();
clear() - Method in class com.google.gwt.maps.client.mvc.MVCArray
Removes all elements from the array.
clear() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
 
clear() - Method in class com.google.gwt.maps.client.overlays.Marker
Close the marker.
clear() - Method in class com.google.gwt.maps.client.overlays.OverlayView
Invokes this.setMap()
ClickableChangeEventFormatter - Class in com.google.gwt.maps.client.events.clickable
 
ClickableChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.clickable.ClickableChangeEventFormatter
 
ClickableChangeMapEvent - Class in com.google.gwt.maps.client.events.clickable
 
ClickableChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.clickable.ClickableChangeMapEvent
 
ClickableChangeMapHandler - Interface in com.google.gwt.maps.client.events.clickable
 
ClickEventFormatter - Class in com.google.gwt.maps.client.events.click
 
ClickEventFormatter() - Constructor for class com.google.gwt.maps.client.events.click.ClickEventFormatter
 
ClickMapEvent - Class in com.google.gwt.maps.client.events.click
 
ClickMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.click.ClickMapEvent
 
ClickMapHandler - Interface in com.google.gwt.maps.client.events.click
 
close() - Method in class com.google.gwt.maps.client.layers.KmlLayer
erase kml layer
close() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
Closes this InfoWindow by removing it from the DOM structure.
close() - Method in class com.google.gwt.maps.client.overlays.Marker
Close the marker.
close() - Method in class com.google.gwt.maps.client.overlays.OverlayView
Invokes this.setMap()
CloseClickEventFormatter - Class in com.google.gwt.maps.client.events.closeclick
 
CloseClickEventFormatter() - Constructor for class com.google.gwt.maps.client.events.closeclick.CloseClickEventFormatter
 
CloseClickMapEvent - Class in com.google.gwt.maps.client.events.closeclick
 
CloseClickMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.closeclick.CloseClickMapEvent
 
CloseClickMapHandler - Interface in com.google.gwt.maps.client.events.closeclick
 
CloudLayer - Class in com.google.gwt.maps.client.weatherlib
A layer showing current clouds.
CloudLayer() - Constructor for class com.google.gwt.maps.client.weatherlib.CloudLayer
use newInstance();
com.google.gwt.maps.client - package com.google.gwt.maps.client
 
com.google.gwt.maps.client.adsense - package com.google.gwt.maps.client.adsense
 
com.google.gwt.maps.client.base - package com.google.gwt.maps.client.base
 
com.google.gwt.maps.client.controls - package com.google.gwt.maps.client.controls
 
com.google.gwt.maps.client.drawinglib - package com.google.gwt.maps.client.drawinglib
 
com.google.gwt.maps.client.events - package com.google.gwt.maps.client.events
 
com.google.gwt.maps.client.events.animation - package com.google.gwt.maps.client.events.animation
 
com.google.gwt.maps.client.events.bounds - package com.google.gwt.maps.client.events.bounds
 
com.google.gwt.maps.client.events.center - package com.google.gwt.maps.client.events.center
 
com.google.gwt.maps.client.events.channelnumber - package com.google.gwt.maps.client.events.channelnumber
 
com.google.gwt.maps.client.events.click - package com.google.gwt.maps.client.events.click
 
com.google.gwt.maps.client.events.clickable - package com.google.gwt.maps.client.events.clickable
 
com.google.gwt.maps.client.events.closeclick - package com.google.gwt.maps.client.events.closeclick
 
com.google.gwt.maps.client.events.content - package com.google.gwt.maps.client.events.content
 
com.google.gwt.maps.client.events.cursor - package com.google.gwt.maps.client.events.cursor
 
com.google.gwt.maps.client.events.dblclick - package com.google.gwt.maps.client.events.dblclick
 
com.google.gwt.maps.client.events.directions - package com.google.gwt.maps.client.events.directions
 
com.google.gwt.maps.client.events.domready - package com.google.gwt.maps.client.events.domready
 
com.google.gwt.maps.client.events.drag - package com.google.gwt.maps.client.events.drag
 
com.google.gwt.maps.client.events.dragend - package com.google.gwt.maps.client.events.dragend
 
com.google.gwt.maps.client.events.draggable - package com.google.gwt.maps.client.events.draggable
 
com.google.gwt.maps.client.events.dragstart - package com.google.gwt.maps.client.events.dragstart
 
com.google.gwt.maps.client.events.flat - package com.google.gwt.maps.client.events.flat
 
com.google.gwt.maps.client.events.format - package com.google.gwt.maps.client.events.format
 
com.google.gwt.maps.client.events.fusiontablemouse - package com.google.gwt.maps.client.events.fusiontablemouse
 
com.google.gwt.maps.client.events.heading - package com.google.gwt.maps.client.events.heading
 
com.google.gwt.maps.client.events.icon - package com.google.gwt.maps.client.events.icon
 
com.google.gwt.maps.client.events.idle - package com.google.gwt.maps.client.events.idle
 
com.google.gwt.maps.client.events.insertat - package com.google.gwt.maps.client.events.insertat
 
com.google.gwt.maps.client.events.kmlmouse - package com.google.gwt.maps.client.events.kmlmouse
 
com.google.gwt.maps.client.events.kmlviewport - package com.google.gwt.maps.client.events.kmlviewport
 
com.google.gwt.maps.client.events.links - package com.google.gwt.maps.client.events.links
 
com.google.gwt.maps.client.events.mapchange - package com.google.gwt.maps.client.events.mapchange
 
com.google.gwt.maps.client.events.maptypeid - package com.google.gwt.maps.client.events.maptypeid
 
com.google.gwt.maps.client.events.mousedown - package com.google.gwt.maps.client.events.mousedown
 
com.google.gwt.maps.client.events.mousemove - package com.google.gwt.maps.client.events.mousemove
 
com.google.gwt.maps.client.events.mouseout - package com.google.gwt.maps.client.events.mouseout
 
com.google.gwt.maps.client.events.mouseover - package com.google.gwt.maps.client.events.mouseover
 
com.google.gwt.maps.client.events.mouseup - package com.google.gwt.maps.client.events.mouseup
 
com.google.gwt.maps.client.events.overlaycomplete - package com.google.gwt.maps.client.events.overlaycomplete
 
com.google.gwt.maps.client.events.overlaycomplete.circle - package com.google.gwt.maps.client.events.overlaycomplete.circle
 
com.google.gwt.maps.client.events.overlaycomplete.marker - package com.google.gwt.maps.client.events.overlaycomplete.marker
 
com.google.gwt.maps.client.events.overlaycomplete.polygon - package com.google.gwt.maps.client.events.overlaycomplete.polygon
 
com.google.gwt.maps.client.events.overlaycomplete.polyline - package com.google.gwt.maps.client.events.overlaycomplete.polyline
 
com.google.gwt.maps.client.events.overlaycomplete.rectangle - package com.google.gwt.maps.client.events.overlaycomplete.rectangle
 
com.google.gwt.maps.client.events.pano - package com.google.gwt.maps.client.events.pano
 
com.google.gwt.maps.client.events.panoramiomouse - package com.google.gwt.maps.client.events.panoramiomouse
 
com.google.gwt.maps.client.events.place - package com.google.gwt.maps.client.events.place
 
com.google.gwt.maps.client.events.position - package com.google.gwt.maps.client.events.position
 
com.google.gwt.maps.client.events.pov - package com.google.gwt.maps.client.events.pov
 
com.google.gwt.maps.client.events.projection - package com.google.gwt.maps.client.events.projection
 
com.google.gwt.maps.client.events.radius - package com.google.gwt.maps.client.events.radius
 
com.google.gwt.maps.client.events.removeat - package com.google.gwt.maps.client.events.removeat
 
com.google.gwt.maps.client.events.resize - package com.google.gwt.maps.client.events.resize
 
com.google.gwt.maps.client.events.rightclick - package com.google.gwt.maps.client.events.rightclick
 
com.google.gwt.maps.client.events.setat - package com.google.gwt.maps.client.events.setat
 
com.google.gwt.maps.client.events.shadow - package com.google.gwt.maps.client.events.shadow
 
com.google.gwt.maps.client.events.shape - package com.google.gwt.maps.client.events.shape
 
com.google.gwt.maps.client.events.tiles - package com.google.gwt.maps.client.events.tiles
 
com.google.gwt.maps.client.events.tilt - package com.google.gwt.maps.client.events.tilt
 
com.google.gwt.maps.client.events.title - package com.google.gwt.maps.client.events.title
 
com.google.gwt.maps.client.events.visible - package com.google.gwt.maps.client.events.visible
 
com.google.gwt.maps.client.events.weatherlibmouse - package com.google.gwt.maps.client.events.weatherlibmouse
 
com.google.gwt.maps.client.events.zindex - package com.google.gwt.maps.client.events.zindex
 
com.google.gwt.maps.client.events.zoom - package com.google.gwt.maps.client.events.zoom
 
com.google.gwt.maps.client.geometrylib - package com.google.gwt.maps.client.geometrylib
 
com.google.gwt.maps.client.layers - package com.google.gwt.maps.client.layers
 
com.google.gwt.maps.client.maptypes - package com.google.gwt.maps.client.maptypes
 
com.google.gwt.maps.client.mvc - package com.google.gwt.maps.client.mvc
 
com.google.gwt.maps.client.overlays - package com.google.gwt.maps.client.overlays
 
com.google.gwt.maps.client.overlays.overlayhandlers - package com.google.gwt.maps.client.overlays.overlayhandlers
 
com.google.gwt.maps.client.panoramiolib - package com.google.gwt.maps.client.panoramiolib
 
com.google.gwt.maps.client.placeslib - package com.google.gwt.maps.client.placeslib
 
com.google.gwt.maps.client.placeslib.placeresult - package com.google.gwt.maps.client.placeslib.placeresult
 
com.google.gwt.maps.client.services - package com.google.gwt.maps.client.services
 
com.google.gwt.maps.client.streetview - package com.google.gwt.maps.client.streetview
 
com.google.gwt.maps.client.visualizationlib - package com.google.gwt.maps.client.visualizationlib
 
com.google.gwt.maps.client.weatherlib - package com.google.gwt.maps.client.weatherlib
 
com.google.gwt.maps.client.workaround - package com.google.gwt.maps.client.workaround
 
computeArea(JsArray<LatLng>) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the area of the given loop.
computeArea(MVCArray<LatLng>) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the area of the given loop.
computeArea(JsArray<LatLng>, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the area of the given loop.
computeArea(MVCArray<LatLng>, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the area of the given loop.
computeDistanceBetween(LatLng, LatLng) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the distance between two LatLngs.
computeDistanceBetween(LatLng, LatLng, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the distance between two LatLngs.
computeHeading(LatLng, LatLng) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the heading from one LatLng to another LatLng.
computeLength(JsArray<LatLng>) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the length of the given path.
computeLength(MVCArray<LatLng>) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the length of the given path.
computeLength(JsArray<LatLng>, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the length of the given path.
computeLength(MVCArray<LatLng>, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the length of the given path.
computeOffset(LatLng, int, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the LatLng produced by starting from a given LatLng and heading a given distance.
computeOffset(LatLng, int, int, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the LatLng produced by starting from a given LatLng and heading a given distance.
computeSignedArea(JsArray<LatLng>) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the signed area of the given loop.
computeSignedArea(MVCArray<LatLng>) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the signed area of the given loop.
computeSignedArea(JsArray<LatLng>, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the signed area of the given loop.
computeSignedArea(MVCArray<LatLng>, int) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Computes the signed area of the given loop.
contains(LatLng) - Method in class com.google.gwt.maps.client.base.LatLngBounds
Returns true if the given lat/lng is in this bounds.
containsLocation(LatLng, Polygon) - Static method in class com.google.gwt.maps.client.geometrylib.PolyUtils
Computes whether the given point lies inside the specified polygon.
ContentChangeEventFormatter - Class in com.google.gwt.maps.client.events.content
 
ContentChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.content.ContentChangeEventFormatter
 
ContentChangeMapEvent - Class in com.google.gwt.maps.client.events.content
 
ContentChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.content.ContentChangeMapEvent
 
ContentChangeMapHandler - Interface in com.google.gwt.maps.client.events.content
 
ControlPosition - Enum in com.google.gwt.maps.client.controls
Identifiers used to specify the placement of controls on the map.
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.animation.AnimationChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.bounds.BoundsChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.center.CenterChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.channelnumber.ChannelNumberChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.click.ClickEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.clickable.ClickableChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.closeclick.CloseClickEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.content.ContentChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.cursor.CursorChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.dblclick.DblClickEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.directions.DirectionsChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.domready.DomReadyEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.drag.DragEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.dragend.DragEndEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.draggable.DraggableChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.dragstart.DragStartEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.flat.FlatChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.format.FormatChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.heading.HeadingChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.icon.IconChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.idle.IdleEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.insertat.InsertAtEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.kmlviewport.DefaultViewportChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.links.LinksChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.mapchange.MapChangeEventFormatter
 
createEvent(Properties) - Method in interface com.google.gwt.maps.client.events.MapEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.maptypeid.MapTypeIdChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.mousedown.MouseDownEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.mousemove.MouseMoveEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.mouseout.MouseOutEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.mouseover.MouseOverEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.mouseup.MouseUpEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.pano.PanoChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.place.PlaceChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.position.PositionChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.pov.PovChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.projection.ProjectionChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.radius.RadiusChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.removeat.RemoveAtEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.resize.ResizeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.rightclick.RightClickEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.setat.SetAtEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.shadow.ShadowChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.shape.ShapeChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.tiles.TilesLoadedEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.tilt.TiltChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.title.TitleChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.visible.VisibleChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.zindex.ZindexChangeEventFormatter
 
createEvent(Properties) - Method in class com.google.gwt.maps.client.events.zoom.ZoomChangeEventFormatter
 
createInstanceOfMVCObject() - Static method in class com.google.gwt.maps.client.mvc.MVCObject
(Main purpose is for internal use only)
create instance of MVCObject (inherited class)
CursorChangeEventFormatter - Class in com.google.gwt.maps.client.events.cursor
 
CursorChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.cursor.CursorChangeEventFormatter
 
CursorChangeMapEvent - Class in com.google.gwt.maps.client.events.cursor
 
CursorChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.cursor.CursorChangeMapEvent
 
CursorChangeMapHandler - Interface in com.google.gwt.maps.client.events.cursor
 

D

DblClickEventFormatter - Class in com.google.gwt.maps.client.events.dblclick
 
DblClickEventFormatter() - Constructor for class com.google.gwt.maps.client.events.dblclick.DblClickEventFormatter
 
DblClickMapEvent - Class in com.google.gwt.maps.client.events.dblclick
 
DblClickMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.dblclick.DblClickMapEvent
 
DblClickMapHandler - Interface in com.google.gwt.maps.client.events.dblclick
 
decodePath(String) - Static method in class com.google.gwt.maps.client.geometrylib.EncodingUtils
Decodes an encoded path string into a sequence of LatLngs.
DEFAULT_LATLNG_LAT - Static variable in class com.google.gwt.maps.client.MapOptions
 
DEFAULT_LATLNG_LNG - Static variable in class com.google.gwt.maps.client.MapOptions
 
DefaultViewportChangeEventFormatter - Class in com.google.gwt.maps.client.events.kmlviewport
 
DefaultViewportChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.kmlviewport.DefaultViewportChangeEventFormatter
 
DefaultViewportChangeMapEvent - Class in com.google.gwt.maps.client.events.kmlviewport
 
DefaultViewportChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.kmlviewport.DefaultViewportChangeMapEvent
 
DefaultViewportChangeMapHandler - Interface in com.google.gwt.maps.client.events.kmlviewport
 
DirectionsChangeEventFormatter - Class in com.google.gwt.maps.client.events.directions
 
DirectionsChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.directions.DirectionsChangeEventFormatter
 
DirectionsChangeMapEvent - Class in com.google.gwt.maps.client.events.directions
 
DirectionsChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.directions.DirectionsChangeMapEvent
 
DirectionsChangeMapHandler - Interface in com.google.gwt.maps.client.events.directions
 
DirectionsLeg - Class in com.google.gwt.maps.client.services
A single leg consisting of a set of steps in a DirectionsResult.
DirectionsLeg() - Constructor for class com.google.gwt.maps.client.services.DirectionsLeg
use newInstance();
DirectionsRenderer - Class in com.google.gwt.maps.client.services
Renders directions retrieved in the form of a DirectionsResult object retrieved from the DirectionsService.
DirectionsRenderer() - Constructor for class com.google.gwt.maps.client.services.DirectionsRenderer
use newInstance();
DirectionsRendererOptions - Class in com.google.gwt.maps.client.services
This object defines the properties that can be set on a DirectionsRenderer object.
DirectionsRendererOptions() - Constructor for class com.google.gwt.maps.client.services.DirectionsRendererOptions
use newInstance();
DirectionsRequest - Class in com.google.gwt.maps.client.services
A directions query to be sent to the DirectionsService.
DirectionsRequest() - Constructor for class com.google.gwt.maps.client.services.DirectionsRequest
use newInstance();
DirectionsResult - Class in com.google.gwt.maps.client.services
The directions response retrieved from the directions server.
DirectionsResult() - Constructor for class com.google.gwt.maps.client.services.DirectionsResult
use newInstance();
DirectionsResultHandler - Interface in com.google.gwt.maps.client.services
 
DirectionsRoute - Class in com.google.gwt.maps.client.services
A single route containing a set of legs in a DirectionsResult.
DirectionsRoute() - Constructor for class com.google.gwt.maps.client.services.DirectionsRoute
use newInstance();
DirectionsService - Class in com.google.gwt.maps.client.services
A service for computing directions between two or more places.
DirectionsService() - Constructor for class com.google.gwt.maps.client.services.DirectionsService
use newInstance();
DirectionsStatus - Enum in com.google.gwt.maps.client.services
The status returned by the DirectionsService on the completion of a call to route().
DirectionsStep - Class in com.google.gwt.maps.client.services
A single DirectionsStep in a DirectionsResult.
DirectionsStep() - Constructor for class com.google.gwt.maps.client.services.DirectionsStep
use newInstance();
DirectionsWaypoint - Class in com.google.gwt.maps.client.services
A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
DirectionsWaypoint() - Constructor for class com.google.gwt.maps.client.services.DirectionsWaypoint
use newInstance();
dispatch(AnimationChangeMapHandler) - Method in class com.google.gwt.maps.client.events.animation.AnimationChangeMapEvent
 
dispatch(BoundsChangeMapHandler) - Method in class com.google.gwt.maps.client.events.bounds.BoundsChangeMapEvent
 
dispatch(CenterChangeMapHandler) - Method in class com.google.gwt.maps.client.events.center.CenterChangeMapEvent
 
dispatch(ChannelNumberChangeMapHandler) - Method in class com.google.gwt.maps.client.events.channelnumber.ChannelNumberChangeMapEvent
 
dispatch(ClickMapHandler) - Method in class com.google.gwt.maps.client.events.click.ClickMapEvent
 
dispatch(ClickableChangeMapHandler) - Method in class com.google.gwt.maps.client.events.clickable.ClickableChangeMapEvent
 
dispatch(CloseClickMapHandler) - Method in class com.google.gwt.maps.client.events.closeclick.CloseClickMapEvent
 
dispatch(ContentChangeMapHandler) - Method in class com.google.gwt.maps.client.events.content.ContentChangeMapEvent
 
dispatch(CursorChangeMapHandler) - Method in class com.google.gwt.maps.client.events.cursor.CursorChangeMapEvent
 
dispatch(DblClickMapHandler) - Method in class com.google.gwt.maps.client.events.dblclick.DblClickMapEvent
 
dispatch(DirectionsChangeMapHandler) - Method in class com.google.gwt.maps.client.events.directions.DirectionsChangeMapEvent
 
dispatch(DomReadyMapHandler) - Method in class com.google.gwt.maps.client.events.domready.DomReadyMapEvent
 
dispatch(DragMapHandler) - Method in class com.google.gwt.maps.client.events.drag.DragMapEvent
 
dispatch(DragEndMapHandler) - Method in class com.google.gwt.maps.client.events.dragend.DragEndMapEvent
 
dispatch(DraggableChangeMapHandler) - Method in class com.google.gwt.maps.client.events.draggable.DraggableChangedMapEvent
 
dispatch(DragStartMapHandler) - Method in class com.google.gwt.maps.client.events.dragstart.DragStartMapEvent
 
dispatch(FlatChangeMapHandler) - Method in class com.google.gwt.maps.client.events.flat.FlatChangeMapEvent
 
dispatch(FormatChangeMapHandler) - Method in class com.google.gwt.maps.client.events.format.FormatChangeMapEvent
 
dispatch(FusionTablesMouseMapHandler) - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
 
dispatch(HeadingChangeMapHandler) - Method in class com.google.gwt.maps.client.events.heading.HeadingChangeMapEvent
 
dispatch(IconChangeMapHandler) - Method in class com.google.gwt.maps.client.events.icon.IconChangeMapEvent
 
dispatch(IdleMapHandler) - Method in class com.google.gwt.maps.client.events.idle.IdleMapEvent
 
dispatch(InsertAtMapHandler) - Method in class com.google.gwt.maps.client.events.insertat.InsertAtMapEvent
 
dispatch(KmlMouseMapHandler) - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
 
dispatch(DefaultViewportChangeMapHandler) - Method in class com.google.gwt.maps.client.events.kmlviewport.DefaultViewportChangeMapEvent
 
dispatch(LinksChangeMapHandler) - Method in class com.google.gwt.maps.client.events.links.LinksChangeMapEvent
 
dispatch(MapChangeMapHandler) - Method in class com.google.gwt.maps.client.events.mapchange.MapChangeMapEvent
 
dispatch(H) - Method in class com.google.gwt.maps.client.events.MapEvent
implement in the event that inherits this
dispatch(MapTypeIdChangeMapHandler) - Method in class com.google.gwt.maps.client.events.maptypeid.MapTypeIdChangeMapEvent
 
dispatch(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.events.mousedown.MouseDownMapEvent
 
dispatch(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.events.mousemove.MouseMoveMapEvent
 
dispatch(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.events.mouseout.MouseOutMapEvent
 
dispatch(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.events.mouseover.MouseOverMapEvent
 
dispatch(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.events.mouseup.MouseUpMapEvent
 
dispatch(CircleCompleteMapHandler) - Method in class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteMapEvent
 
dispatch(MarkerCompleteMapHandler) - Method in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
 
dispatch(OverlayCompleteMapHandler) - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
dispatch(PolygonCompleteMapHandler) - Method in class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteMapEvent
 
dispatch(PolylineCompleteMapHandler) - Method in class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteMapEvent
 
dispatch(RectangleCompleteMapHandler) - Method in class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteMapEvent
 
dispatch(PanoChangeMapHandler) - Method in class com.google.gwt.maps.client.events.pano.PanoChangeMapEvent
 
dispatch(PanoramioMouseMapHandler) - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
 
dispatch(PlaceChangeMapHandler) - Method in class com.google.gwt.maps.client.events.place.PlaceChangeMapEvent
 
dispatch(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.events.position.PositionChangeMapEvent
 
dispatch(PovChangeMapHandler) - Method in class com.google.gwt.maps.client.events.pov.PovChangeMapEvent
 
dispatch(ProjectionChangeMapHandler) - Method in class com.google.gwt.maps.client.events.projection.ProjectionChangeMapEvent
 
dispatch(RadiusChangeMapHandler) - Method in class com.google.gwt.maps.client.events.radius.RadiusChangeMapEvent
 
dispatch(RemoveAtMapHandler) - Method in class com.google.gwt.maps.client.events.removeat.RemoveAtMapEvent
 
dispatch(ResizeMapHandler) - Method in class com.google.gwt.maps.client.events.resize.ResizeMapEvent
 
dispatch(RightClickMapHandler) - Method in class com.google.gwt.maps.client.events.rightclick.RightClickMapEvent
 
dispatch(SetAtMapHandler) - Method in class com.google.gwt.maps.client.events.setat.SetAtMapEvent
 
dispatch(ShadowChangeMapHandler) - Method in class com.google.gwt.maps.client.events.shadow.ShadowChangeMapEvent
 
dispatch(ShapeChangeMapHandler) - Method in class com.google.gwt.maps.client.events.shape.ShapeChangeMapEvent
 
dispatch(TilesLoadedMapHandler) - Method in class com.google.gwt.maps.client.events.tiles.TilesLoadedMapEvent
 
dispatch(TiltChangeMapHandler) - Method in class com.google.gwt.maps.client.events.tilt.TiltChangeMapEvent
 
dispatch(TitleChangeMapHandler) - Method in class com.google.gwt.maps.client.events.title.TitleChangeMapEvent
 
dispatch(VisibleChangeMapHandler) - Method in class com.google.gwt.maps.client.events.visible.VisibleChangeMapEvent
 
dispatch(WeatherMouseMapHandler) - Method in class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
 
dispatch(ZindexChangeMapHandler) - Method in class com.google.gwt.maps.client.events.zindex.ZindexChangeMapEvent
 
dispatch(ZoomChangeMapHandler) - Method in class com.google.gwt.maps.client.events.zoom.ZoomChangeMapEvent
 
Distance - Class in com.google.gwt.maps.client.services
A representation of distance as a numeric value and a display string.
Distance() - Constructor for class com.google.gwt.maps.client.services.Distance
use newInstance();
DistanceMatrixElementStatus - Enum in com.google.gwt.maps.client.services
The element-level status about a particular origin-destination pairing returned by the DistanceMatrixService upon completion of a distance matrix request.
DistanceMatrixRequest - Class in com.google.gwt.maps.client.services
A distance matrix query sent by the DistanceMatrixService containing arrays of origin and destination locations, and various options for computing metrics.
DistanceMatrixRequest() - Constructor for class com.google.gwt.maps.client.services.DistanceMatrixRequest
use newInstance();
DistanceMatrixRequestHandler - Interface in com.google.gwt.maps.client.services
DistanceMatrixResponse - Class in com.google.gwt.maps.client.services
The response to a DistanceMatrixService request, consisting of the formatted origin and destination addresses, and a sequence of DistanceMatrixResponseRows, one for each corresponding origin address.
DistanceMatrixResponse() - Constructor for class com.google.gwt.maps.client.services.DistanceMatrixResponse
this is generated from callback use newInstance();
DistanceMatrixResponseElement - Class in com.google.gwt.maps.client.services
A single element of a response to a DistanceMatrixService request, which contains the duration and distance from one origin to one destination.
DistanceMatrixResponseElement() - Constructor for class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
use newInstance();
DistanceMatrixResponseRow - Class in com.google.gwt.maps.client.services
A row of the response to a DistanceMatrixService request, consisting of a sequence of DistanceMatrixResponseElements, one for each corresponding destination address.
DistanceMatrixResponseRow() - Constructor for class com.google.gwt.maps.client.services.DistanceMatrixResponseRow
 
DistanceMatrixService - Class in com.google.gwt.maps.client.services
A service for computing distances between multiple origins and destinations.
DistanceMatrixService() - Constructor for class com.google.gwt.maps.client.services.DistanceMatrixService
use newInstance();
DistanceMatrixStatus - Enum in com.google.gwt.maps.client.services
The top-level status about the request in general returned by the DistanceMatrixService upon completion of a distance matrix request.
DomReadyEventFormatter - Class in com.google.gwt.maps.client.events.domready
 
DomReadyEventFormatter() - Constructor for class com.google.gwt.maps.client.events.domready.DomReadyEventFormatter
 
DomReadyMapEvent - Class in com.google.gwt.maps.client.events.domready
 
DomReadyMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.domready.DomReadyMapEvent
 
DomReadyMapHandler - Interface in com.google.gwt.maps.client.events.domready
 
DragEndEventFormatter - Class in com.google.gwt.maps.client.events.dragend
 
DragEndEventFormatter() - Constructor for class com.google.gwt.maps.client.events.dragend.DragEndEventFormatter
 
DragEndMapEvent - Class in com.google.gwt.maps.client.events.dragend
 
DragEndMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.dragend.DragEndMapEvent
 
DragEndMapHandler - Interface in com.google.gwt.maps.client.events.dragend
 
DragEventFormatter - Class in com.google.gwt.maps.client.events.drag
 
DragEventFormatter() - Constructor for class com.google.gwt.maps.client.events.drag.DragEventFormatter
 
DraggableChangedMapEvent - Class in com.google.gwt.maps.client.events.draggable
 
DraggableChangedMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.draggable.DraggableChangedMapEvent
 
DraggableChangeEventFormatter - Class in com.google.gwt.maps.client.events.draggable
 
DraggableChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.draggable.DraggableChangeEventFormatter
 
DraggableChangeMapHandler - Interface in com.google.gwt.maps.client.events.draggable
 
DragMapEvent - Class in com.google.gwt.maps.client.events.drag
 
DragMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.drag.DragMapEvent
 
DragMapHandler - Interface in com.google.gwt.maps.client.events.drag
 
DragStartEventFormatter - Class in com.google.gwt.maps.client.events.dragstart
 
DragStartEventFormatter() - Constructor for class com.google.gwt.maps.client.events.dragstart.DragStartEventFormatter
 
DragStartMapEvent - Class in com.google.gwt.maps.client.events.dragstart
 
DragStartMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.dragstart.DragStartMapEvent
 
DragStartMapHandler - Interface in com.google.gwt.maps.client.events.dragstart
 
DrawingControlOptions - Class in com.google.gwt.maps.client.drawinglib
Options for the rendering of the drawing control.
DrawingControlOptions() - Constructor for class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
use newInstance();
DrawingManager - Class in com.google.gwt.maps.client.drawinglib
Allows users to draw markers, polygons, polylines, rectangles, and circles on the map.
DrawingManager() - Constructor for class com.google.gwt.maps.client.drawinglib.DrawingManager
use newInstance();
DrawingManagerOptions - Class in com.google.gwt.maps.client.drawinglib
Options for the drawing manager.
DrawingManagerOptions() - Constructor for class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
use newInstance();
Duration - Class in com.google.gwt.maps.client.services
A representation of duration as a numeric value and a display string.
Duration() - Constructor for class com.google.gwt.maps.client.services.Duration
use newInstance();

E

ElevationResult - Class in com.google.gwt.maps.client.services
The result of an ElevationService request, consisting of the set of elevation coordinates and their elevation values.
ElevationResult() - Constructor for class com.google.gwt.maps.client.services.ElevationResult
this will be generated from the ElevationService use newInstatnce();
ElevationService - Class in com.google.gwt.maps.client.services
Defines a service class that talks directly to Google servers for requesting elevation data.
ElevationService() - Constructor for class com.google.gwt.maps.client.services.ElevationService
use newInstance();
ElevationServiceHandler - Interface in com.google.gwt.maps.client.services
ElevationStatus - Enum in com.google.gwt.maps.client.services
Elevation Status constant.
encodePath(JsArray<LatLng>) - Static method in class com.google.gwt.maps.client.geometrylib.EncodingUtils
Encodes a sequence of LatLngs into an encoded path string.
encodePath(MVCArray<LatLng>) - Static method in class com.google.gwt.maps.client.geometrylib.EncodingUtils
Encodes a sequence of LatLngs into an encoded path string.
EncodingUtils - Class in com.google.gwt.maps.client.geometrylib
Utilities for polyline encoding and decoding.

See Encoding Utils API Doc
EncodingUtils() - Constructor for class com.google.gwt.maps.client.geometrylib.EncodingUtils
 
equals(LatLng) - Method in class com.google.gwt.maps.client.base.LatLng
is equal?
equals(LatLngBounds) - Method in class com.google.gwt.maps.client.base.LatLngBounds
Returns true if this bounds approximately equals the given bounds.
equals(Point) - Method in class com.google.gwt.maps.client.base.Point
Compares two Points
equals(Size) - Method in class com.google.gwt.maps.client.base.Size
Compares two Sizes.
extend(LatLng) - Method in class com.google.gwt.maps.client.base.LatLngBounds
Extends this bounds to contain the given point.

F

fitBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.MapImpl
Sets the viewport to contain the given bounds.
fitBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.MapWidget
Sets the viewport to contain the given bounds.
FlatChangeEventFormatter - Class in com.google.gwt.maps.client.events.flat
 
FlatChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.flat.FlatChangeEventFormatter
 
FlatChangeMapEvent - Class in com.google.gwt.maps.client.events.flat
 
FlatChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.flat.FlatChangeMapEvent
 
FlatChangeMapHandler - Interface in com.google.gwt.maps.client.events.flat
 
forEach(MVCArrayCallback<T>) - Method in class com.google.gwt.maps.client.mvc.MVCArray
Iterate over each element, calling the provided callback.
forEach(T, int) - Method in interface com.google.gwt.maps.client.mvc.MVCArrayCallback
 
FormatChangeEventFormatter - Class in com.google.gwt.maps.client.events.format
 
FormatChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.format.FormatChangeEventFormatter
 
FormatChangeMapEvent - Class in com.google.gwt.maps.client.events.format
 
FormatChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.format.FormatChangeMapEvent
 
FormatChangeMapHandler - Interface in com.google.gwt.maps.client.events.format
 
fromContainerPixelToLatLng(Point) - Method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
Computes the geographical coordinates from pixel coordinates in the map's container.
fromContainerPixelToLatLng(Point, boolean) - Method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
Computes the geographical coordinates from pixel coordinates in the map's container.
fromDivPixelToLatLng(Point) - Method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
Computes the geographical coordinates from pixel coordinates in the div that holds the draggable map.
fromDivPixelToLatLng(Point, boolean) - Method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
Computes the geographical coordinates from pixel coordinates in the div that holds the draggable map.
fromLatLngToContainerPixel(LatLng) - Method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
Computes the pixel coordinates of the given geographical location in the DOM element the map's outer container.
fromLatLngToDivPixel(LatLng) - Method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
Computes the pixel coordinates of the given geographical location in the DOM element that holds the draggable map.
fromLatLngToPoint(LatLng, Point) - Method in class com.google.gwt.maps.client.maptypes.Projection
Translates from the LatLng cylinder to the Point plane.
fromPointToLatLng(Point, boolean) - Method in class com.google.gwt.maps.client.maptypes.Projection
This interface specifies a function which implements translation from world coordinates on a map projection to LatLng values.
fromValue(String) - Static method in enum com.google.gwt.maps.client.adsense.AdFormat
 
fromValue(int) - Static method in enum com.google.gwt.maps.client.controls.ControlPosition
reconstruct from position from javascript constant value
fromValue(String) - Static method in enum com.google.gwt.maps.client.controls.ScaleControlStyle
convert a String value to enum Type
fromValue(String) - Static method in enum com.google.gwt.maps.client.controls.ZoomControlStyle
convert a String value to enum Type
fromValue(String) - Static method in enum com.google.gwt.maps.client.drawinglib.OverlayType
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.events.MapEventType
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.layers.KmlLayerStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.LoadApi.LoadLibrary
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.MapTypeId
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleElementType
convert a String value to enum Type
fromValue(String) - Static method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleFeatureType
convert a String value to enum Type
fromValue(String) - Static method in enum com.google.gwt.maps.client.overlays.Animation
convert a String value to enum Type
fromValue(Integer) - Static method in enum com.google.gwt.maps.client.overlays.Animation
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.overlays.MarkerShapeType
convert a String value to enum Type
fromValue(String) - Static method in enum com.google.gwt.maps.client.placeslib.AutocompleteType
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.placeslib.PlacesServiceStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.services.DirectionsStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.services.DistanceMatrixElementStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.services.DistanceMatrixStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.services.ElevationStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.services.GeocoderLocationType
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.services.GeocoderStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.services.MaxZoomStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.services.TravelMode
 
fromValue(int) - Static method in enum com.google.gwt.maps.client.services.UnitSystem
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.streetview.StreetViewStatus
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.weatherlib.LabelColor
 
fromValue(String) - Static method in enum com.google.gwt.maps.client.weatherlib.TemperatureUnit
Maps the value to an instance of the enum
fromValue(String) - Static method in enum com.google.gwt.maps.client.weatherlib.WindSpeedUnit
Maps the value to an instance of the enum
FusionTableHeatmap - Class in com.google.gwt.maps.client.layers
Specifies the appearance for a FusionTablesLayer when rendered as a heatmap.
FusionTableHeatmap() - Constructor for class com.google.gwt.maps.client.layers.FusionTableHeatmap
use newInstance();
FusionTablesCell - Class in com.google.gwt.maps.client.layers
Describes a single cell from a Fusion Tables table.
FusionTablesCell() - Constructor for class com.google.gwt.maps.client.layers.FusionTablesCell
created from event use newInstance();
FusionTablesLayer - Class in com.google.gwt.maps.client.layers
A FusionTablesLayer allows you to display data from a Google Fusion Table on a map, as a rendered layer.
FusionTablesLayer() - Constructor for class com.google.gwt.maps.client.layers.FusionTablesLayer
use newInstance();
FusionTablesLayerOptions - Class in com.google.gwt.maps.client.layers
This object defines the properties that can be set on a FusionTablesLayer object.
FusionTablesLayerOptions() - Constructor for class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
use newInstance();
FusionTablesMarkerOptions - Class in com.google.gwt.maps.client.layers
FusionTablesMarkerOptions() - Constructor for class com.google.gwt.maps.client.layers.FusionTablesMarkerOptions
use newInstance();
FusionTablesMouseEventFormatter - Class in com.google.gwt.maps.client.events.fusiontablemouse
 
FusionTablesMouseEventFormatter() - Constructor for class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseEventFormatter
 
FusionTablesMouseMapEvent - Class in com.google.gwt.maps.client.events.fusiontablemouse
 
FusionTablesMouseMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
 
FusionTablesMouseMapHandler - Interface in com.google.gwt.maps.client.events.fusiontablemouse
 
FusionTablesPolygonOptions - Class in com.google.gwt.maps.client.layers
Options which control the appearance of polygons in a FusionTablesLayer.
FusionTablesPolygonOptions() - Constructor for class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
use newInstance();
FusionTablesPolylineOptions - Class in com.google.gwt.maps.client.layers
Options which control the appearance of polylines in a FusionTablesLayer.
FusionTablesPolylineOptions() - Constructor for class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
use newInstance();
FusionTablesQuery - Class in com.google.gwt.maps.client.layers
Specifies the data to retrieve from a Fusion Tables.
FusionTablesQuery() - Constructor for class com.google.gwt.maps.client.layers.FusionTablesQuery
use newInstance();
FusionTablesStyle - Class in com.google.gwt.maps.client.layers
Controls the appearance of a set of features within a FusionTablesLayer.
FusionTablesStyle() - Constructor for class com.google.gwt.maps.client.layers.FusionTablesStyle
use newInstance();

G

geocode(GeocoderRequest, GeocoderRequestHandler) - Method in class com.google.gwt.maps.client.services.Geocoder
Geocode a request.
Geocoder - Class in com.google.gwt.maps.client.services
A service for converting between an address and LatLng.
Geocoder() - Constructor for class com.google.gwt.maps.client.services.Geocoder
use newInstance();
GeocoderAddressComponent - Class in com.google.gwt.maps.client.services
A single address component within a GeocoderResult.
GeocoderAddressComponent() - Constructor for class com.google.gwt.maps.client.services.GeocoderAddressComponent
use newInstance();
GeocoderGeometry - Class in com.google.gwt.maps.client.services
Geometry information about this GeocoderResult

See GeocoderGeometry API Doc
GeocoderGeometry() - Constructor for class com.google.gwt.maps.client.services.GeocoderGeometry
use newInstance();
GeocoderLocationType - Enum in com.google.gwt.maps.client.services
Describes the type of location returned from a geocode.
GeocoderRequest - Class in com.google.gwt.maps.client.services
The specification for a geocoding request to be sent to the Geocoder.
GeocoderRequest() - Constructor for class com.google.gwt.maps.client.services.GeocoderRequest
use newInstance();
GeocoderRequestHandler - Interface in com.google.gwt.maps.client.services
google.maps.Geocoder

See Geocoder API Doc
GeocoderResult - Class in com.google.gwt.maps.client.services
A single geocoder result retrieved from the geocode server.
GeocoderResult() - Constructor for class com.google.gwt.maps.client.services.GeocoderResult
use newInstance();
GeocoderStatus - Enum in com.google.gwt.maps.client.services
The status returned by the Geocoder on the completion of a call to geocode().
get(int) - Method in class com.google.gwt.maps.client.mvc.MVCArray
Get an element at the specified index.
get(String) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Gets a value.
getAddress() - Method in class com.google.gwt.maps.client.services.GeocoderRequest
Address.
getAddress_Components() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The collection of address components for this Place's location.
getAddress_Components() - Method in class com.google.gwt.maps.client.services.GeocoderResult
An array of GeocoderAddressComponents
getAddressControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The enabled/disabled state of the address control.
getAddressControlOptions() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The display options for the address control.
getAlt() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
get Alt text to display when this MapType's button is hovered over in the MapTypeControl.
getAlt() - Method in interface com.google.gwt.maps.client.maptypes.MapType
gets Alt text to display when this MapType's button is hovered over in the MapTypeControl.
getAlt() - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
gets Text to display when this MapType's button is hovered over in the map type control.
getAnchor() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
gets The position at which to anchor an image in correspondance to the location of the marker on the map.
getAnimation() - Method in class com.google.gwt.maps.client.overlays.Marker
get animation
getAnimation() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
 
getArray() - Method in class com.google.gwt.maps.client.mvc.MVCArray
Returns a reference to the underlying Array.
getAsJson(JavaScriptObject) - Method in class com.google.gwt.maps.client.events.MapEvent
get property object as json
getAspects() - Method in class com.google.gwt.maps.client.placeslib.PlaceRequestReview
Contains an array of PlaceAspectRating objects, each of which provides a rating of a single attribute of the establishment.
getAssociatedType() - Method in class com.google.gwt.maps.client.events.animation.AnimationChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.bounds.BoundsChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.center.CenterChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.channelnumber.ChannelNumberChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.click.ClickMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.clickable.ClickableChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.closeclick.CloseClickMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.content.ContentChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.cursor.CursorChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.dblclick.DblClickMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.directions.DirectionsChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.domready.DomReadyMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.drag.DragMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.dragend.DragEndMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.draggable.DraggableChangedMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.dragstart.DragStartMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.flat.FlatChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.format.FormatChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.heading.HeadingChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.icon.IconChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.idle.IdleMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.insertat.InsertAtMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.kmlviewport.DefaultViewportChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.links.LinksChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.mapchange.MapChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.MapEvent
implement in the event that inherits this
getAssociatedType() - Method in class com.google.gwt.maps.client.events.maptypeid.MapTypeIdChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.mousedown.MouseDownMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.mousemove.MouseMoveMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.mouseout.MouseOutMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.mouseover.MouseOverMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.mouseup.MouseUpMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.pano.PanoChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.place.PlaceChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.position.PositionChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.pov.PovChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.projection.ProjectionChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.radius.RadiusChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.removeat.RemoveAtMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.resize.ResizeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.rightclick.RightClickMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.setat.SetAtMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.shadow.ShadowChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.shape.ShapeChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.tiles.TilesLoadedMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.tilt.TiltChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.title.TitleChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.visible.VisibleChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.zindex.ZindexChangeMapEvent
 
getAssociatedType() - Method in class com.google.gwt.maps.client.events.zoom.ZoomChangeMapEvent
 
getAuthor() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup (if specified).
getAuthor() - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
The layer's , extracted from the layer markup.
getAuthor() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The username of the user who uploaded this photo.
getAuthorName() - Method in class com.google.gwt.maps.client.placeslib.PlaceRequestReview
The name of the user who submitted the review.
getAuthorUrl() - Method in class com.google.gwt.maps.client.placeslib.PlaceRequestReview
The URL to the users Google+ profile, if available.
getAvoidHighways() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
If true, instructs the Directions service to avoid highways where possible.
getAvoidHighways() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
If true, instructs the Distance Matrix service to avoid highways where possible.
getAvoidTolls() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
If true, instructs the Directions service to avoid toll roads where possible.
getAvoidTolls() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
If true, instructs the Distance Matrix service to avoid toll roads where possible.
getBackgroundColor() - Method in class com.google.gwt.maps.client.MapOptions
get Color used for the background of the Map div.
getBounds() - Method in class com.google.gwt.maps.client.MapImpl
Returns the lat/lng bounds of the current viewport.
getBounds() - Method in class com.google.gwt.maps.client.MapWidget
Returns the lat/lng bounds of the current viewport.
getBounds() - Method in class com.google.gwt.maps.client.overlays.Circle
Returns the bounds of this circle.
getBounds() - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
Returns the bounds of this groundoverlay.
getBounds() - Method in class com.google.gwt.maps.client.overlays.Rectangle
Returns the bounds of this rectangle.
getBounds() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
gets The bounds.
getBounds() - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
Returns the bounds to which predictions are biased.
getBounds() - Method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
The area in which to search for Places.
getBounds() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
The bounds within which to search for Places.
getBounds() - Method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
The bounds within which to search for Places.
getBounds() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
The bounds for this route.
getBounds() - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
The precise bounds of this GeocodeResult, if applicable
getBounds() - Method in class com.google.gwt.maps.client.services.GeocoderRequest
LatLngBounds within which to search.
getCenter() - Method in class com.google.gwt.maps.client.base.LatLngBounds
Computes the center of this LatLngBounds
getCenter() - Method in class com.google.gwt.maps.client.MapImpl
return map center in coordinates
getCenter() - Method in class com.google.gwt.maps.client.MapOptions
get LatLng
getCenter() - Method in class com.google.gwt.maps.client.MapWidget
get Center
getCenter() - Method in class com.google.gwt.maps.client.overlays.Circle
Returns the center of this circle.
getCenter() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Gets the center
getCenterHeading() - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
gets The heading (in degrees) at the center of the panoramic tiles.
getChannelNumber() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Returns the channel number in use by this AdUnit.
getChannelNumber() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
The AdSense For Content channel number for tracking the performance of this AdUnit.
getChannelNumber() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Returns the channel number in use by this AdUnit.
getCircle() - Method in class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteMapEvent
 
getCircle() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
getCircleOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new circles created with this DrawingManager.
getClickable() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
gets If true, the layer receives mouse events.
getClickable() - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
If true, the layer receives mouse events.
getClickable() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Gets Indicates whether this Polyline handles click events.
getClickable() - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
gets Indicates whether this Polyline handles click events.
getClickable() - Method in class com.google.gwt.maps.client.overlays.Marker
get Clickable
getClickable() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets If true, the marker receives mouse and touch events.
getClickable() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
gets Indicates whether this Polyline handles click events.
getClickable() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
gets Indicates whether this Polyline handles click events.
getClickable() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
gets Indicates whether this Polyline handles click events.
getClickable() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
If true, the layer receives mouse events.
getClickable() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
gets If true, the layer receives mouse events.
getClickToGo() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
Get the enabled/disabled state of click-to-go.
getClose() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceResultPeriods
Contains a pair of day and time objects describing when the Place closes.
getColumnName() - Method in class com.google.gwt.maps.client.layers.FusionTablesCell
The name of the column in which the cell was located.
getContainer() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Returns the containing element of the AdUnit.
getContainer() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Returns the containing element of the AdUnit.
getContent_Element() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
get Content to display in the InfoWindow.
getContent_Node() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
get content if its a node
getContent_String() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
get content if its a string
getContent_String() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
get Content to display in the InfoWindow.
getControls() - Method in class com.google.gwt.maps.client.MapImpl
TODO gets Additional controls to attach to the map.
getControls(ControlPosition) - Method in class com.google.gwt.maps.client.MapImpl
returns all controls for a controlPosition
getControls() - Method in class com.google.gwt.maps.client.MapWidget
TODO gets Additional controls to attach to the map.
getControls(ControlPosition) - Method in class com.google.gwt.maps.client.MapWidget
returns all controls for a controlPosition
getCoordinates() - Method in class com.google.gwt.maps.client.overlays.MarkerShape
gets coords (refer to setter)
getCopyright() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
gets Specifies the copyright text for this panorama.
getCopyrights() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
Copyrights text to be displayed for this route.
getCurrent() - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
Gets the current weather conditions at this location.
getCursor() - Method in class com.google.gwt.maps.client.overlays.Marker
get Cursor
getCursor() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Mouse cursor to show on hover
getData() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
Returns the data points currently displayed by this heatmap.
getData() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Get the data points to display.
getDataWeighted() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
Returns the data points currently displayed by this heatmap.
getDay() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceRequestOpens
Day a number from 0–6, corresponding to the days of the week, starting on Sunday.
getDay() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the day of the week in long form, e.g.
getDay() - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Gets the day of the week in long form, e.g.
getDefaultViewport() - Method in class com.google.gwt.maps.client.layers.KmlLayer
Get the default viewport for the layer being displayed.
getDescription() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup.
getDescription() - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
The layer's , extracted from the layer markup.
getDescription() - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
gets A localized string describing the link.
getDescription() - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
gets A localized string describing the location.
getDescription() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the description of the conditions, e.g.
getDescription() - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Gets the description of the conditions, e.g.
getDestination_LatLng() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Location of destination.
getDestination_String() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Location of destination.
getDestinationAddresses() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
The formatted destination addresses.
getDestinations() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
getDestinations_Strings() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
getDetails(PlaceDetailsRequest, PlaceDetailsHandler) - Method in class com.google.gwt.maps.client.placeslib.PlacesService
Retrieves details about the Place identified by the given reference.
getDirections() - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
Returns the renderer's current set of directions.
getDirections() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
The directions to display on the map and/or in a <div> panel, retrieved as a DirectionsResult object from DirectionsService.
getDisableAutoPan() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
gets Disable auto-pan on open.
getDisableDefaultUi() - Method in class com.google.gwt.maps.client.MapOptions
get Enables/disables all default UI.
getDisableDoubleClickZoom() - Method in class com.google.gwt.maps.client.MapOptions
get enables/disables zoom and center on double click.
getDisableDoubleClickZoom() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets Enables/disables zoom on double click.
getDissipating() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Get the dissipating property
getDistance() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The total distance covered by this leg.
getDistance() - Method in class com.google.gwt.maps.client.services.DirectionsStep
The distance covered by this step.
getDistance() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
The distance for this origin-destination pairing.
getDistanceMatrix(DistanceMatrixRequest, DistanceMatrixRequestHandler) - Method in class com.google.gwt.maps.client.services.DistanceMatrixService
 
getDiv() - Method in class com.google.gwt.maps.client.MapImpl
Get map's containing element
getDiv() - Method in class com.google.gwt.maps.client.MapWidget
get Element
getDraggable() - Method in class com.google.gwt.maps.client.MapOptions
get If false, prevents the map from being dragged.
getDraggable() - Method in class com.google.gwt.maps.client.overlays.Marker
get Draggable
getDraggable() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets If true, the marker can be dragged.
getDraggable() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
If true, allows the user to drag and modify the paths of routes rendered by this DirectionsRenderer.
getDraggableCursor() - Method in class com.google.gwt.maps.client.MapOptions
get The name or url of the cursor to display on a draggable object.
getDraggingCursor() - Method in class com.google.gwt.maps.client.MapOptions
get The name or url of the cursor to display when an object is dragging.
getDrawingControl() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
The enabled/disabled state of the drawing control.
getDrawingControlOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
The display options for the drawing control.
getDrawingMode() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
Returns the DrawingManager's drawing mode.
getDrawingModes() - Method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
The drawing modes to display in the drawing control, in the order in which they are to be displayed.
getDuration() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The total duration of this leg.
getDuration() - Method in class com.google.gwt.maps.client.services.DirectionsStep
The typical time required to perform this step in seconds and in text form.
getDuration() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
The duration for this origin-destination pairing.
getEditable() - Method in class com.google.gwt.maps.client.overlays.Circle
Returns whether this circle can be edited by the user.
getEditable() - Method in class com.google.gwt.maps.client.overlays.Polygon
Returns whether this shape can be edited by the user.
getEditable() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
Whether the user can edit this shape by dragging the control points shown at the vertices and on each segment.
getEditable() - Method in class com.google.gwt.maps.client.overlays.Polyline
Returns whether this shape can be edited by the user.
getEditable() - Method in class com.google.gwt.maps.client.overlays.Rectangle
Returns whether this rectangle can be edited by the user.
getElements() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseRow
The row's elements, corresponding to the destination addresses.
getElementType() - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
get set Selects the element type to which a styler should be applied.
getElevation() - Method in class com.google.gwt.maps.client.services.ElevationResult
The elevation of this point on Earth, in meters above sea level.
getElevationAlongPath(PathElevationRequest, ElevationServiceHandler) - Method in class com.google.gwt.maps.client.services.ElevationService
Makes an elevation request along a path, where the elevation data are returned as distance-based samples along that path.
getElevationForLocations(LocationElevationRequest, ElevationServiceHandler) - Method in class com.google.gwt.maps.client.services.ElevationService
Makes an elevation request for a list of discrete locations.
getEmail() - Method in class com.google.gwt.maps.client.layers.KmlAuthor
The author's e-mail address, or an empty string if not specified.
getEnableCloseButton() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets If true, the close button is displayed.
getEnabled() - Method in class com.google.gwt.maps.client.layers.FusionTableHeatmap
gets If true, render the layer as a heatmap.
getEnd_Address() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The address of the destination of this leg.
getEnd_Location() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
getEnd_Location() - Method in class com.google.gwt.maps.client.services.DirectionsStep
The ending location of this step.
getFeatureData() - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
get A KmlFeatureData object, containing information about the clicked feature.
getFeatureDetails() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
A PanoramioFeature object containing information about the clicked feature.
getFeatureDetails() - Method in class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
The offset to apply to an info window anchored on the clicked feature.
getFeatureType() - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
get Selects the feature, or group of features, to which a styler should be applied.
getFillColor() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
getFillColor() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
The fill color.
getFillColor() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
The fill color.
getFillColor() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
The fill color.
getFillOpacity() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
gets The fill opacity between 0.0 and 1.0.
getFillOpacity() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
The fill opacity between 0.0 and 1.0
getFillOpacity() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
The fill opacity between 0.0 and 1.0
getFillOpacity() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
The fill opacity between 0.0 and 1.0
getFlat() - Method in class com.google.gwt.maps.client.overlays.Marker
get Flat
getFlat() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets If true, the marker shadow will not be displayed.
getFloatPane() - Method in class com.google.gwt.maps.client.overlays.MapPanes
gets This pane contains the info window.
getFloatShadow() - Method in class com.google.gwt.maps.client.overlays.MapPanes
gets This pane contains the info window shadow.
getForecast() - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
Gets the forecast of weather conditions over the next four days.
getFormat() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Returns the format in use by this AdUnit.
getFormat() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
The Format of the AdUnit.
getFormat() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Returns the format in use by this AdUnit.
getFormatImpl() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
 
getFormatted_Address() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's full address.
getFormatted_Address() - Method in class com.google.gwt.maps.client.services.GeocoderResult
A string containing the human-readable address of this location.
getFormatted_Phone_Number() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's phone number, formatted according to the number's regional convention.
getFrom() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
gets The ID of the Fusion Tables table to display.
getGamma() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
gets Gamma.
getGeodesic() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
gets When true, render each edge as a geodesic (a segment of a "great circle").
getGeodesic() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
gets When true, render each edge as a geodesic (a segment of a "great circle").
getGeometry() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's geometry-related information.
getGeometry() - Method in class com.google.gwt.maps.client.services.GeocoderResult
A GeocoderGeometry object
getGradient() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Get color gradient of the heatmap.
getHeading() - Method in class com.google.gwt.maps.client.MapImpl
Returns the compass heading of aerial imagery.
getHeading() - Method in class com.google.gwt.maps.client.MapOptions
get The heading for aerial imagery in degrees measured clockwise from cardinal direction North.
getHeading() - Method in class com.google.gwt.maps.client.MapWidget
Returns the compass heading of aerial imagery.
getHeading() - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
gets The heading of the link.
getHeading() - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
gets The camera heading in degrees relative to true north.
getHeatmap() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
gets Options which define the appearance of the layer as a heatmap.
getHeight() - Method in class com.google.gwt.maps.client.base.Size
gets The height along the y-axis, in pixels.
getHideRouteList() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
This property indicates whether the renderer should provide UI to select amongst alternative routes.
getHigh() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the highest temperature reached during the day.
getHigh() - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Gets the highest temperature reached during the day.
getHours() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceRequestOpens
 
getHtml_Attributions() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
Attribution text to be displayed for this Place result.
getHue() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
gets Sets the hue of the feature to match the hue of the color supplied.
getHumidity() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the current humidity, expressed as a percentage.
getIcon() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
URL to an image resource that can be used to represent this Place's category.
getIcon_MarkerImage() - Method in class com.google.gwt.maps.client.overlays.Marker
get Icon (if it is a marker image)
getIcon_MarkerImage() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Map on which to display Marker.
getIcon_String() - Method in class com.google.gwt.maps.client.overlays.Marker
get Icon (if its a string use this)
getIcon_String() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Icon for the foreground
getIconName() - Method in class com.google.gwt.maps.client.layers.FusionTablesMarkerOptions
gets The name of a Fusion Tables supported icon.
getId() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup.
getId() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
A unique identifier denoting this Place.
getImageDateControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
Get the enabled/disabled state of the imagery acquisition date control.
getIndex() - Method in class com.google.gwt.maps.client.events.insertat.InsertAtMapEvent
 
getIndex() - Method in class com.google.gwt.maps.client.events.removeat.RemoveAtMapEvent
 
getIndex() - Method in class com.google.gwt.maps.client.events.setat.SetAtMapEvent
 
getInfoWindow() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
The InfoWindow in which to render text information when a marker is clicked.
getInfoWindowHtml() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
Pre-rendered HTML content, as placed in the infowindow by the default UI.
getInfoWindowHtml() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
Pre-rendered HTML content, as placed in the infowindow by the default UI.
getInfoWindowHtml() - Method in class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
Pre-rendered HTML content to display within a feature's InfoWindow when clicked.
getInfoWindowHtml() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's balloon styled text, if set.
getInstructions() - Method in class com.google.gwt.maps.client.services.DirectionsStep
Instructions for this step.
getInternational_Phone_Number() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's phone number in international format.
getInvertLightness() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
gets Inverts lightness.
getJso() - Method in class com.google.gwt.maps.client.MapWidget
get JavaScriptObject instance.
getJso() - Method in class com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewMethods
 
getJso() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
get the JavaScriptObject overlay
getKeyboardShortcuts() - Method in class com.google.gwt.maps.client.MapOptions
get If false, prevents the map from being controlled by the keyboard.
getKeyword() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
A term to be matched against all available fields, including but not limited to name, type, and address, as well as customer reviews and other third-party content.
getLabelColor() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Sets the color of labels on the weather layer.
getLatitude() - Method in class com.google.gwt.maps.client.base.LatLng
get latitude
getLatLng() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
The position at which to anchor an infowindow on the clicked feature.
getLatLng() - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
get The position at which to anchor an infowindow on the clicked feature.
getLatLng() - Method in class com.google.gwt.maps.client.events.MouseEvent
The latitude/longitude that was below the cursor when the event occurred.
getLatLng() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
The position at which to anchor an infowindow on the clicked feature.
getLatLng() - Method in class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
The position at which to anchor an info window on the clicked feature.
getLatLng() - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
gets The latlng of the panorama.
getLegs() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
An array of DirectionsLegs, each of which contains information about the steps of which it is composed.
getLength() - Method in class com.google.gwt.maps.client.mvc.MVCArray
Returns the number of elements in this array.
getLightness() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
gets Lightness.
getLimit() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
Get the limit on the number of results returned by the query.
getLinks() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
gets Specifies the navigational links to adjacent panoramas.
getLinks() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Returns the set of navigation links for the Street View panorama.
getLinks() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Returns the set of navigation links for the Street View panorama.
getLinksControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The enabled/disabled state of the links control.
getLocation() - Method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
The Place's position.
getLocation() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
The location around which to search for Places.
getLocation() - Method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
The location around which to search for Places.
getLocation() - Method in class com.google.gwt.maps.client.services.ElevationResult
The location of this elevation result.
getLocation() - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
The latitude/longitude coordinates of this result
getLocation() - Method in class com.google.gwt.maps.client.services.GeocoderRequest
LatLng about which to search.
getLocation() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
gets Specifies the location meta-data for this panorama.
getLocation() - Method in class com.google.gwt.maps.client.visualizationlib.WeightedLocation
Get location of the data point.
getLocation() - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
Gets the location name of this feature, e.g.
getLocation_LatLng() - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
Waypoint location.
getLocation_String() - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
Waypoint location.
getLocation_Type() - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
The type of location returned in location
getLocations() - Method in class com.google.gwt.maps.client.services.LocationElevationRequest
The discrete locations for which to retrieve elevations.
getLong_Name() - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
The full text of the address component
getLongitude() - Method in class com.google.gwt.maps.client.base.LatLng
Returns the longitude in degrees.
getLow() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the lowest temperature reached during the day.
getLow() - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Gets the lowest temperature reached during the day.
getMap() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Returns the map to which this AdUnit's ads are targeted.
getMap() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
The map associated with this AdUnit.
getMap() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Returns the map to which this AdUnit's ads are targeted.
getMap() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
Returns the Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed.
getMap() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
The Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed.
getMap() - Method in class com.google.gwt.maps.client.layers.BicyclingLayer
 
getMap() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayer
Returns the map on which this layer is displayed.
getMap() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
Returns the map on which this layer is displayed.
getMap() - Method in class com.google.gwt.maps.client.layers.KmlLayer
Get the map on which the KML Layer is being rendered.
getMap() - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
Get the map on which the KML Layer is being rendered.
getMap() - Method in class com.google.gwt.maps.client.layers.TrafficLayer
 
getMap() - Method in class com.google.gwt.maps.client.layers.TransitLayer
Get the map on which the layer is being rendered.
getMap() - Method in class com.google.gwt.maps.client.overlays.Circle
Returns the map on which this circle is displayed.
getMap() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Gets Map on which to display Polyline.
getMap() - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
Returns the map on which this groundoverlay is displayed.
getMap() - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
gets Map on which to display Polyline.
getMap() - Method in class com.google.gwt.maps.client.overlays.Marker
 
getMap() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
Gets Map on which to display Polyline.
getMap() - Method in class com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewMethods
 
getMap() - Method in class com.google.gwt.maps.client.overlays.Polygon
Returns the map on which this shape is attached.
getMap() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
Gets Map on which to display Polyline.
getMap() - Method in class com.google.gwt.maps.client.overlays.Polyline
Returns the map on which this shape is attached.
getMap() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
Gets Map on which to display Polyline.
getMap() - Method in class com.google.gwt.maps.client.overlays.Rectangle
Returns the map on which this rectangle is displayed.
getMap() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
Gets Map on which to display Polyline.
getMap() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
The map on which to display the layer.
getMap() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
The map on which to display the layer.
getMap() - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
Returns the map on which the DirectionsResult is rendered.
getMap() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Map on which to display the directions.
getMap() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
Gets map layer is rendered to, or NULL if not associated with map.
getMap() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Gets map layer is rendered to, or NULL if not associated with map.
getMap() - Method in class com.google.gwt.maps.client.weatherlib.CloudLayer
 
getMap() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayer
Returns the map on which this layer is displayed.
getMap() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Returns the map on which this layer is displayed.
getMap_StreetViewPanorama() - Method in class com.google.gwt.maps.client.overlays.Marker
get Map (if it is a pano)
getMapMaker() - Method in class com.google.gwt.maps.client.MapOptions
Gets Map Maker usage.
getMapPane() - Method in class com.google.gwt.maps.client.overlays.MapPanes
gets This pane is the lowest pane and is above the tiles.
getMapStreetViewPanoramaWidget() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Map on which to display Marker.
getMapTypeControl() - Method in class com.google.gwt.maps.client.MapOptions
get The initial enabled/disabled state of the Map type control.
getMapTypeControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
get The initial display options for the Map type control.
getMapTypeId() - Method in class com.google.gwt.maps.client.MapImpl
getMapTypeId() - Method in class com.google.gwt.maps.client.MapOptions
getMapTypeId() - Method in class com.google.gwt.maps.client.MapWidget
getMapTypeIds() - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
get IDs as MapTypeId object array
getMapTypeIdsString() - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
get IDs as MapTypeId object array
getMapTypeIdString() - Method in class com.google.gwt.maps.client.MapOptions
Get mapTypeId string
getMapTypeRegistry() - Method in class com.google.gwt.maps.client.MapImpl
gets A registry of MapType instances by string ID.
getMapTypeRegistry() - Method in class com.google.gwt.maps.client.MapWidget
gets a registry of MapType instances
getMapTypeStyles() - Method in class com.google.gwt.maps.client.MapOptions
get set Styles to apply to each of the default map types.
getMapWidget() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Deprecated.
getMapWidget() - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
Deprecated.
getMapWidget() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
Deprecated.
getMapWidget() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
Deprecated.
getMapWidget() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
Deprecated.
getMapWidget() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
Deprecated.
getMapWidget() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Deprecated.
getMarker() - Method in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
 
getMarker() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
getMarkerOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new markers created with this DrawingManager.
getMarkerOptions() - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
gets Options which control the appearance of point features.
getMarkerOptions() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Options for the markers.
getMax_Zindex() - Method in class com.google.gwt.maps.client.overlays.Marker
The maximum default z-index that the API will assign to a marker.
getMaxIntensity() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Get maximum intensity
getMaxWidth() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
gets Maximum width of the infowindow, regardless of content's width.
getMaxZoom() - Method in class com.google.gwt.maps.client.MapOptions
get maxZoom
getMaxZoom() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
gets The maximum zoom level for the map when displaying this MapType.
getMaxZoom() - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
gets The maximum zoom level for the map when displaying this MapType.
getMaxZoomAtLatLng(LatLng, MaxZoomServiceHandler) - Method in class com.google.gwt.maps.client.services.MaxZoomService
Returns the maximum zoom level available at a particular LatLng for the Satellite map type.
getMetadata() - Method in class com.google.gwt.maps.client.layers.KmlLayer
Get the metadata associated with this layer, as specified in the layer markup.
getMinutes() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceRequestOpens
 
getMinZoom() - Method in class com.google.gwt.maps.client.MapOptions
get The minimum zoom level which will be displayed on the map.
getMinZoom() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
gets The minimum zoom level for the map when displaying this MapType.
getMinZoom() - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
gets The minimum zoom level for the map when displaying this MapType.
getMouseEvent() - Method in class com.google.gwt.maps.client.events.click.ClickMapEvent
 
getMouseEvent() - Method in class com.google.gwt.maps.client.events.dblclick.DblClickMapEvent
 
getMouseEvent() - Method in class com.google.gwt.maps.client.events.mousedown.MouseDownMapEvent
 
getMouseEvent() - Method in class com.google.gwt.maps.client.events.mousemove.MouseMoveMapEvent
 
getMouseEvent() - Method in class com.google.gwt.maps.client.events.mouseout.MouseOutMapEvent
 
getMouseEvent() - Method in class com.google.gwt.maps.client.events.mouseover.MouseOverMapEvent
 
getMouseEvent() - Method in class com.google.gwt.maps.client.events.mouseup.MouseUpMapEvent
 
getMouseEvent() - Method in class com.google.gwt.maps.client.events.rightclick.RightClickMapEvent
 
getMVCObject() - Method in class com.google.gwt.maps.client.mvc.MVCObjectWidget
Convenience method to get the JSO/MVC object (MapWidget, StreetViewPanoRamaWidget, AdUnitWidget, ...?)
getName() - Method in enum com.google.gwt.maps.client.adsense.AdFormat
 
getName() - Method in enum com.google.gwt.maps.client.controls.ControlPosition
returns enum name
getName() - Method in class com.google.gwt.maps.client.layers.KmlAuthor
The author's name, or an empty string if not specified.
getName() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup.
getName() - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
The layer's , extracted from the layer markup.
getName() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
gets Name to display in the MapTypeControl.
getName() - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
gets The name to display in the map type control.
getName() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's name.
getName() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
Restricts the Place search results to Places that include this text in the name.
getNextDate() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceRequestOpens
 
getNoClear() - Method in class com.google.gwt.maps.client.MapOptions
get If true, do not clear the contents of the Map div.
getNorthEast() - Method in class com.google.gwt.maps.client.base.LatLngBounds
Returns the north-east corner of this bounds.
getOffset() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
Get the offset into the sorted results.
getOpacity() - Method in class com.google.gwt.maps.client.maptypes.ImageMapType
Returns the opacity level (0 (transparent) to 1.0) of the ImageMapType tiles.
getOpacity() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
gets The opacity to apply to the tiles.
getOpacity() - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
Gets the opacity of this ground overlay.
getOpacity() - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
The opacity of the overlay, expressed as a number between 0 and 1.
getOpacity() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Get layer opacity
getOpen() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceResultPeriods
Contains a pair of day and time objects describing when the Place opens.
getOpened() - Method in class com.google.gwt.maps.client.controls.OverviewMapControlOptions
gets Whether the control should display in opened mode or collapsed (minimized) mode.
getOpeningHours() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
Opening Hours contains the establishment's hours
getOpenNow() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceResultOpeningHours
Is a boolean value indicating if the Place is open at the current time.
getOptimized() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Optimization renders many markers as a single static element.
getOptimizeWaypoints() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
If set to true, the DirectionService will attempt to re-order the supplied intermediate waypoints to minimize overall cost of the route.
getOrderBy() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
Get the offset into the sorted results.
getOrigin() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
gets The position of the image within a sprite, if any.
getOrigin_LatLng() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Location of origin.
getOrigin_String() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Location of origin.
getOriginAddresses() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
The formatted origin addresses.
getOrigins() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
getOrigins_Strings() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
getOverlayImage() - Method in class com.google.gwt.maps.client.overlays.MapPanes
gets This pane contains the marker foreground images.
getOverlayLayer() - Method in class com.google.gwt.maps.client.overlays.MapPanes
gets This pane contains polylines, polygons, ground overlays and tile layer overlays.
getOverlayMapTypes() - Method in class com.google.gwt.maps.client.MapImpl
TODO gets Additional map types to overlay.
getOverlayMapTypes() - Method in class com.google.gwt.maps.client.MapWidget
TODO gets Additional map types to overlay.
getOverlayMouseTarget() - Method in class com.google.gwt.maps.client.overlays.MapPanes
gets This pane contains elements that receive DOM mouse events, such as the transparent targets for markers.
getOverlayShadow() - Method in class com.google.gwt.maps.client.overlays.MapPanes
gets This pane contains the marker shadows.
getOverlayType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
 
getOverlayType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
getOverview_Path() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
An array of LatLngs representing the entire course of this route.
getOverviewMapControl() - Method in class com.google.gwt.maps.client.MapOptions
get The enabled/disabled state of the Overview Map control.
getOverviewMapControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
get The display options for the Overview Map control.
getPanControl() - Method in class com.google.gwt.maps.client.MapOptions
get The enabled/disabled state of the Pan control.
getPanControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The enabled/disabled state of the pan control.
getPanControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
gets The display options for the Pan control.
getPanControlOptions() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The display options for the pan control.
getPanel() - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
Returns the panel <div> in which the DirectionsResult is rendered.
getPanel() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
The <div> in which to display the directions steps.
getPanes() - Method in class com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewMethods
Returns the panes in which this OverlayView can be rendered.
getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
gets A unique identifier for the panorama.
getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
gets A unique identifier for the panorama.
getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Returns the current panorama ID for the Street View panorama.
getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The panorama ID, which should be set when specifying a custom panorama.
getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Returns the current panorama ID for the Street View panorama.
getPanoData(String, int, int, int) - Method in interface com.google.gwt.maps.client.streetview.StreetViewPanoramaProvider
This is called when a pano's data is wanted
getPanoProvider() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets Custom panorama provider, which takes a string pano id and returns an object defining the panorama given that id.
getPanoramaById(String, PanoramaIdHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewService
Retrieves the data for the given pano id and passes it to the provided callback as a StreetViewPanoramaData object.
getPanoramaByLocation(LatLng, double, PanoramaByLocationHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewService
Retrieves the StreetViewPanoramaData for a panorama within a given radius of the given LatLng.
getPath() - Method in class com.google.gwt.maps.client.overlays.Polygon
Retrieves the first path.
getPath() - Method in class com.google.gwt.maps.client.overlays.Polyline
Retrieves the first path.
getPath() - Method in class com.google.gwt.maps.client.services.DirectionsStep
A sequence of LatLngs describing the course of this step.
getPath() - Method in class com.google.gwt.maps.client.services.PathElevationRequest
The path along which to collect elevation values.
getPath_JsArray() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
gets The ordered sequence of coordinates of the Polyline.
getPath_MVCArray() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
gets The ordered sequence of coordinates of the Polyline.
getPaths() - Method in class com.google.gwt.maps.client.overlays.Polygon
Retrieves the paths for this polygon.
getPaths_JsArray() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
 
getPaths_MVCArray() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
 
getPathss_JsArray() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
 
getPathss_MVCArray() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
 
getPeriods() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceResultOpeningHours
Is an array of opening periods covering seven days, starting from Sunday, in chronological order.
getPhotoId() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The unique identifier for this photo, as used in the Panoramio API.
getPitch() - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
gets The camera pitch in degrees, relative to the street view vehicle.
getPixelOffset() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
gets The offset to apply to an infowindow anchored on the clicked feature.
getPixelOffset() - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
get The offset to apply to an infowindow anchored on the clicked feature.
getPixelOffset() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
gets The offset to apply to an infowindow anchored on the clicked feature.
getPixelOffset() - Method in class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
The offset to apply to an info window anchored on the clicked feature.
getPixelOffset() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
gets The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
getPlace() - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
Returns the details of the Place selected by the user, or null if no Place has been selected yet.
getPolygon() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
getPolygon() - Method in class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteMapEvent
 
getPolygonOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new polygons created with this DrawingManager.
getPolygonOptions() - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
gets Options which control the appearance of polygons.
getPolyline() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
getPolyline() - Method in class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteMapEvent
 
getPolylineOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new polylines created with this DrawingManager.
getPolylineOptions() - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
gets Options which control the appearance of polylines.
getPolylineOptions() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Options for the polylines.
getPosition() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Returns the ControlPosition at which this AdUnit is displayed on the map.
getPosition() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
The position of the AdUnit.
getPosition() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Returns the ControlPosition at which this AdUnit is displayed on the map.
getPosition() - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
Position id.
getPosition() - Method in class com.google.gwt.maps.client.controls.PanControlOptions
Position id.
getPosition() - Method in class com.google.gwt.maps.client.controls.RotateControlOptions
Position id.
getPosition() - Method in class com.google.gwt.maps.client.controls.ScaleControlOptions
Position id.
getPosition() - Method in class com.google.gwt.maps.client.controls.StreetViewControlOptions
Position id.
getPosition() - Method in class com.google.gwt.maps.client.controls.ZoomControlOptions
Position id.
getPosition() - Method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
Position id.
getPosition() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
get Position
getPosition() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
gets The LatLng at which to display this InfoWindow.
getPosition() - Method in class com.google.gwt.maps.client.overlays.Marker
get Position
getPosition() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Marker position.
getPosition() - Method in class com.google.gwt.maps.client.streetview.StreetViewAddressControlOptions
Position id.
getPosition() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Returns the current LatLng position for the Street View panorama.
getPosition() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The LatLng position of the Street View panorama.
getPosition() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Returns the current LatLng position for the Street View panorama.
getPov() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Returns the current point of view for the Street View panorama.
getPov() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Returns the current point of view for the Street View panorama.
getPreserveViewport() - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
By default, the input map is centered and zoomed to the bounding box of the contents of the layer.
getPreserveViewport() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
By default, the input map is centered and zoomed to the bounding box of this set of directions.
getProjection() - Method in class com.google.gwt.maps.client.MapImpl
Returns the current Projection.
getProjection() - Method in class com.google.gwt.maps.client.MapWidget
Returns the current Projection.
getProjection() - Method in class com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewMethods
Returns the MapCanvasProjection object associated with this OverlayView.
getProperties() - Method in class com.google.gwt.maps.client.events.MapEvent
get the raw properties
getProvideRouteAlternatives() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Whether or not route alternatives should be provided.
getPublisherId() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Returns the specified AdSense For Content publisher ID.
getPublisherId() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
Your AdSense for Content publisher ID.
getPublisherId() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Returns the specified AdSense For Content publisher ID.
getQuery() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
gets Options defining the data to display.
getQuery() - Method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
The request's query term.
getRadius() - Method in class com.google.gwt.maps.client.overlays.Circle
Returns the radius of this circle (in meters).
getRadius() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Gets The radius in meters on the Earth's surface
getRadius() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
The distance from the given location within which to search for Places, in meters.
getRadius() - Method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
The radius of the area used to bias results when searching for Places, in meters.
getRadius() - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Get data point influence in pixels.
getRaiseOnDrag() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets If false, disables raising and lowering the marker on drag.
getRating() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's rating, from 0.0 to 5.0, based on user reviews.
getRating() - Method in class com.google.gwt.maps.client.placeslib.PlaceResultAspect
The user's rating for this particular aspect, from 0 to 3.
getRectangle() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
getRectangle() - Method in class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteMapEvent
 
getRectangleOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new rectangles created with this DrawingManager.
getReference() - Method in class com.google.gwt.maps.client.placeslib.PlaceDetailsRequest
The reference of the Place for which details are being requested.
getReference() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
An opaque string that may be used to retrieve up-to-date information about this Place (via PlacesService.getDetails()).
getRegion() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Region code used as a bias for geocoding requests.
getRegion() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
Create new DistanceMatrixRequest instance
getRegion() - Method in class com.google.gwt.maps.client.services.GeocoderRequest
Country code top-level domain within which to search.
getResolution() - Method in class com.google.gwt.maps.client.services.ElevationResult
The distance, in meters, between sample points from which the elevation was interpolated.
getReviews() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
Reviews an array of up to five reviews.
getRotateControl() - Method in class com.google.gwt.maps.client.MapOptions
get The enabled/disabled state of the Rotate control.
getRotateControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
get set The display options for the Rotate control.
getRouteIndex() - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
Returns the current (zero-based) route index in use by this DirectionsRenderer object.
getRouteIndex() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
The index of the route within the DirectionsResult object.
getRoutes() - Method in class com.google.gwt.maps.client.services.DirectionsResult
An array of DirectionsRoutes, each of which contains information about the legs and steps of which it is composed.
getRow() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
returns A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.
getRowAsJson() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.
getRows() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
The rows of the matrix, corresponding to the origin addresses.
getSamples() - Method in class com.google.gwt.maps.client.services.PathElevationRequest
Required.
getSaturation() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
gets Saturation.
getScaleControl() - Method in class com.google.gwt.maps.client.MapOptions
get The initial enabled/disabled state of the Scale control.
getScaleControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
get The initial display options for the Scale control.
getScaledSize() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
gets The size of the entire image after scaling, if any.
getScrollWheel() - Method in class com.google.gwt.maps.client.MapOptions
get If false, disables scrollwheel zooming on the map.
getSelect() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
gets A column, containing geographic features to be displayed on the map.
getShadow_MarkerImage() - Method in class com.google.gwt.maps.client.overlays.Marker
get Shadow (if it is a MarkerImage)
getShadow_MarkerImage() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Shadow image
getShadow_String() - Method in class com.google.gwt.maps.client.overlays.Marker
get Shadow (if it is a String)
getShadow_String() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Shadow image
getShape() - Method in class com.google.gwt.maps.client.overlays.Marker
get Shape
getShape() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Image map region definition used for drag/click.
getShort_Name() - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
The abbreviated, short text of the given address component
getShortDay() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the day of the week in short form, e.g.
getShortDay() - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Gets the day of the week in short form, e.g.
getSize() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
gets The display size of the sprite or image.
getSnippet() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup.
getSnippet() - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
The layer's , extracted from the layer markup
getSouthWest() - Method in class com.google.gwt.maps.client.base.LatLngBounds
Returns the south-west corner of this bounds.
getsScrollWheel() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets If false, disables scrollwheel zooming in Street View.
getStart_Address() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The address of the origin of this leg.
getStart_Location() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
getStart_Location() - Method in class com.google.gwt.maps.client.services.DirectionsStep
The starting location of this step.
getStatus() - Method in class com.google.gwt.maps.client.layers.KmlLayer
Get the status of the layer, set once the requested document has loaded.
getStatus() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
The status of this particular origin-destination pairing.
getStatus() - Method in class com.google.gwt.maps.client.services.MaxZoomResult
Status of the request.
getSteps() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
getStopOver() - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
If true, indicates that this waypoint is a stop between the origin and destination.
getStreetView() - Method in class com.google.gwt.maps.client.MapImpl
Returns the default StreetViewPanorama bound to the map, which may be a default panorama embedded within the map, or the panorama set using setStreetView().
getStreetView() - Method in class com.google.gwt.maps.client.MapWidget
Returns the default StreetViewPanorama bound to the map, which may be a default panorama embedded within the map, or the panorama set using setStreetView().
getStreetViewControl() - Method in class com.google.gwt.maps.client.MapOptions
get set A StreetViewPanorama to display when the Street View pegman is dropped on the map.
getStreetViewControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
get The initial enabled/disabled state of the Street View Pegman control.
getStreetViewPov() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The camera orientation, specified as heading, pitch, and zoom, for the panorama.
getStrokeColor() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
getStrokeColor() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
getStrokeColor() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Gets The stroke color.
getStrokeColor() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
gets The stroke color.
getStrokeColor() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
gets The stroke color.
getStrokeColor() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
gets The stroke color.
getStrokeOpacity() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
gets The stroke opacity between 0.0 and 1.0.
getStrokeOpacity() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
gets The stroke opacity between 0.0 and 1.0.
getStrokeOpacity() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Gets The stroke opacity between 0.0 and 1.0
getStrokeOpacity() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
gets The stroke opacity between 0.0 and 1.0
getStrokeOpacity() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
gets The stroke opacity between 0.0 and 1.0
getStrokeOpacity() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
gets The stroke opacity between 0.0 and 1.0
getStrokeWeight() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
gets The stroke width in pixels, between 0 and 10.
getStrokeWeight() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
gets The stroke width in pixels, between 0 and 10.
getStrokeWeight() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Gets The stroke width in pixels.
getStrokeWeight() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
gets The stroke width in pixels.
getStrokeWeight() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
gets The stroke width in pixels.
getStrokeWeight() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
gets The stroke width in pixels.
getStyle() - Method in class com.google.gwt.maps.client.controls.ScaleControlOptions
get Style id.
getStyleJs() - Method in class com.google.gwt.maps.client.controls.ZoomControlOptions
 
getStylers() - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
 
getStyles() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
gets An array of up to 5 style specifications, which control the appearance of features within the layer.
getSuppressBicyclingLayer() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Suppress the rendering of the BicyclingLayer when bicycling directions are requested.
getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
gets Suppress the rendering of info windows when layer features are clicked.
getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
Suppress the rendering of info windows when layer features are clicked.
getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
Suppress the rendering of info windows when layer features are clicked.
getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Suppress the rendering of info windows.
getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
gets Suppress the rendering of info windows when layer features are clicked.
getSuppressMarkers() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Suppress the rendering of markers.
getSuppressPolylines() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Suppress the rendering of polylines.
getTag() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
A panoramio tag used to filter the photos which are displayed.
getTag() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
A panoramio tag used to filter the photos which are displayed.
getTemperature() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the current temperature, in the specified temperature units.
getTemperatureUnits() - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
Gets the units to use for temperature.
getTemperatureUnits() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Gets the units to use for temperature.
getText() - Method in class com.google.gwt.maps.client.placeslib.PlaceRequestReview
Contains the user's review.
getText() - Method in class com.google.gwt.maps.client.services.Distance
A string representation of the distance value, using the UnitSystem specified in the request.
getText() - Method in class com.google.gwt.maps.client.services.Duration
A string representation of the duration value.
getTile(Point, int, Document) - Method in interface com.google.gwt.maps.client.maptypes.MapType
Returns a tile for the given tile coordinate (x, y) and zoom level.
getTileData() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
gets Specifies the custom tiles for this panorama.
getTileSize() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
gets The tile size.
getTileSize() - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
gets The size (in pixels) at which tiles will be rendered.
getTileUrl(Point, int) - Method in interface com.google.gwt.maps.client.maptypes.TileUrlCallBack
Returns a string (URL) for given tile coordinate (x, y) and zoom level.
getTileUrl(String, int, int, int, TileUrlHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
Gets the tile image URL for the specified tile.
getTileUrl(String, int, int, int) - Method in interface com.google.gwt.maps.client.streetview.TileUrlHandler
 
getTilt() - Method in class com.google.gwt.maps.client.MapImpl
gets Returns the angle of incidence for aerial imagery (available for SATELLITE and HYBRID map types) measured in degrees from the viewport plane to the map plane.
getTilt() - Method in class com.google.gwt.maps.client.MapOptions
gets The angle of incidence of the map as measured in degrees from the viewport plane to the map plane.
getTilt() - Method in class com.google.gwt.maps.client.MapWidget
gets Returns the angle of incidence for aerial imagery (available for SATELLITE and HYBRID map types) measured in degrees from the viewport plane to the map plane.
getTime() - Method in class com.google.gwt.maps.client.placeslib.PlaceRequestReview
The time that the review was submitted, measured in the number of seconds since since midnight, January 1, 1970 UTC.
getTime() - Method in class com.google.gwt.maps.client.placeslib.placeresult.PlaceRequestOpens
Time may contain a time of day in 24-hour hhmm format (values are in the range 0000–2359).
getTitle() - Method in class com.google.gwt.maps.client.overlays.Marker
get Title
getTitle() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets Rollover text
getTitle() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The title of the photo.
getToString() - Method in class com.google.gwt.maps.client.base.LatLng
Converts to string representation.
getToString() - Method in class com.google.gwt.maps.client.base.LatLngBounds
Converts to string.
getToString() - Method in class com.google.gwt.maps.client.base.Point
Returns a string representation of this Point.
getToString() - Method in class com.google.gwt.maps.client.base.Size
Returns a string representation of this Size.
getToString() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
get to this object json string
getToUrlValue(int) - Method in class com.google.gwt.maps.client.base.LatLng
Returns a string of the form "lat,lng" for this LatLng.
getTravelMode() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Type of routing requested.
getTravelMode() - Method in class com.google.gwt.maps.client.services.DirectionsStep
The mode of travel used in this step.
getTravelMode() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
Type of routing requested.
getType() - Method in class com.google.gwt.maps.client.overlays.MarkerShape
gets gets Describes the shape's type and can be circle, poly or rect.
getType() - Method in class com.google.gwt.maps.client.placeslib.PlaceResultAspect
The name of the aspect that is being rated.
getTypes() - Method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
gets The types of predictions to be returned.
getTypes() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
An array of types for this Place (e.g., ["political", "locality"] or ["restaurant", "establishment"]).
getTypes() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
Restricts the Place search results to Places with a type matching at least one of the specified types in this array.
getTypes() - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
An array of strings denoting the type of this address component
getTypes() - Method in class com.google.gwt.maps.client.services.GeocoderResult
An array of strings denoting the type of the returned geocoded element.
getUnitSystem() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Preferred unit system to use when displaying distance.
getUnitSystem() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
Preferred unit system to use when displaying distance.
getUri() - Method in class com.google.gwt.maps.client.layers.KmlAuthor
The author's home page, or an empty string if not specified.
getUrl() - Method in class com.google.gwt.maps.client.layers.KmlLayer
Get the URL of the geographic markup which is being displayed.
getUrl() - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
Gets the url of the projected image.
getUrl() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
gets The URL of the image or sprite sheet.
getUrl() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The URL of the photo.
getUrl() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
URL of the associated Google Place Page.
getUserId() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The unique identifier for the user who uploaded this photo, as used in the Panoramio API.
getUserId() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
A Panoramio user ID.
getUserId() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
A Panoramio user ID.
getUtcOffset() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
Contains the number of minutes this Place’s current timezone is offset from UTC.
getValue() - Method in class com.google.gwt.maps.client.layers.FusionTablesCell
The contents of the cell.
getValue() - Method in class com.google.gwt.maps.client.services.Distance
The distance in meters.
getValue() - Method in class com.google.gwt.maps.client.services.Duration
The duration in seconds.
getVia_Waypoints() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
An array of waypoints along this leg that were not specified in the original request, either as a result of a user dragging the polyline or selecting an alternate route.
getVicinity() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
A fragment of the Place's address for disambiguation (usually street name and locality).
getViewPort() - Method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
The preferred viewport when displaying this Place on a map.
getViewPort() - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
The bounds of the recommended viewport for displaying this GeocodeResult
getVisibility() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
gets Visibility: Valid values: 'on', 'off' or 'simplifed'.
getVisible() - Method in class com.google.gwt.maps.client.overlays.Marker
get Visible
getVisible() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets If true, the marker is visible
getVisible() - Method in class com.google.gwt.maps.client.overlays.Polygon
Returns whether this poly is visible on the map.
Do not call unless first associated with a map as undefined return will cause error.
getVisible() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
Whether this polygon is visible on the map.
getVisible() - Method in class com.google.gwt.maps.client.overlays.Polyline
Returns whether this polyline is visible on the map.
Do not call unless first associated with a map as undefined return will cause error.
getVisible() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
Whether this polyline is visible on the map.
getVisible() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Returns true if the panorama is visible.
getVisible() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets If true, the Street View panorama is visible on load.
getVisible() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Returns true if the panorama is visible.
getWarnings() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
Warnings to be displayed when showing these directions.
getWayPoint_Order() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
If optimizeWaypoints was set to true, this field will contain the re-ordered permutation of the input waypoints.
getWaypoints() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Array of intermediate waypoints.
getWebsite() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The authoritative website for this Place, such as a business' homepage.
getWeight() - Method in class com.google.gwt.maps.client.visualizationlib.WeightedLocation
Get the weighting value of the data point.
getWhere() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
gets The SQL predicate to be applied to the layer.
getWhere() - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
gets The SQL predicate to be applied to the layer.
getWidth() - Method in class com.google.gwt.maps.client.base.Size
gets The width along the x-axis, in pixels.
getWindDirection() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the current wind direction.
getWindSpeed() - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Gets the current wind speed, in the specified wind speed units.
getWindSpeedUnits() - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
Gets the units to use for wind speed.
getWindSpeedUnits() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Gets the units to use for wind speed.
getWindSpeedUnitsImpl() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
 
getWorldSize() - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
gets The size (in pixels) of the whole panorama's "world".
getWorldWidth() - Method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
The width of the world in pixels in the current zoom level.
getX() - Method in class com.google.gwt.maps.client.base.Point
get X coordinate
getY() - Method in class com.google.gwt.maps.client.base.Point
get Y coordinate
getZindex() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Gets The zIndex compared to other rectangles.
getZindex() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
get Z index
getZindex() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
gets All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying in front of InfoWindows with lower values.
getZindex() - Method in class com.google.gwt.maps.client.overlays.Marker
get Z Index
getZindex() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
gets All markers are displayed on the map in order of their zIndex, with higher values displaying in front of markers with lower values.
getZindex() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
gets The zIndex compared to other polys.
getZindex() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
gets The zIndex compared to other polys.
getZindex() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
gets The zIndex compared to other rectangles.
getZoom() - Method in class com.google.gwt.maps.client.MapImpl
get zoom
getZoom() - Method in class com.google.gwt.maps.client.MapOptions
get Map zoom level
getZoom() - Method in class com.google.gwt.maps.client.MapWidget
get zoom
getZoom() - Method in class com.google.gwt.maps.client.services.MaxZoomResult
The maximum zoom level found at the given LatLng.
getZoom() - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
gets The zoom level.
getZoomControl() - Method in class com.google.gwt.maps.client.MapOptions
gets The enabled/disabled state of the Zoom control.
getZoomControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The enabled/disabled state of the zoom control.
getZoomControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
gets The display options for the Zoom control.
getZoomControlOptions() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
gets The display options for the zoom control.
go(Runnable, boolean) - Static method in class com.google.gwt.maps.client.LoadApi
Load Maps javascript v3 api with default libraries.
go(Runnable, ArrayList<LoadApi.LoadLibrary>, boolean) - Static method in class com.google.gwt.maps.client.LoadApi
loads maps api
go(Runnable, LoadApi.LoadLibrary[], boolean) - Static method in class com.google.gwt.maps.client.LoadApi
loads maps api
go(Runnable, boolean, String) - Static method in class com.google.gwt.maps.client.LoadApi
Load Maps javascript v3 api
go(Runnable, ArrayList<LoadApi.LoadLibrary>, boolean, String) - Static method in class com.google.gwt.maps.client.LoadApi
loads maps api
GroundOverlay - Class in com.google.gwt.maps.client.overlays
A groundoverlay overlay.
GroundOverlay() - Constructor for class com.google.gwt.maps.client.overlays.GroundOverlay
use newInstance();
GroundOverlayOptions - Class in com.google.gwt.maps.client.overlays
GroundOverlayOptions() - Constructor for class com.google.gwt.maps.client.overlays.GroundOverlayOptions
use newInstance();

H

hasNextPage() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchPagination
Indicates if further results are available.
HeadingChangeEventFormatter - Class in com.google.gwt.maps.client.events.heading
 
HeadingChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.heading.HeadingChangeEventFormatter
 
HeadingChangeMapEvent - Class in com.google.gwt.maps.client.events.heading
 
HeadingChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.heading.HeadingChangeMapEvent
 
HeadingChangeMapHandler - Interface in com.google.gwt.maps.client.events.heading
 
HeatMapLayer - Class in com.google.gwt.maps.client.visualizationlib
A layer showing a heatmap of the provided points.
HeatMapLayer() - Constructor for class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
use newInstance();
HeatMapLayerOptions - Class in com.google.gwt.maps.client.visualizationlib
This object defines the properties that can be set on a HeatmapLayer object.
HeatMapLayerOptions() - Constructor for class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions

I

IconChangeEventFormatter - Class in com.google.gwt.maps.client.events.icon
 
IconChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.icon.IconChangeEventFormatter
 
IconChangeMapEvent - Class in com.google.gwt.maps.client.events.icon
 
IconChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.icon.IconChangeMapEvent
 
IconChangeMapHandler - Interface in com.google.gwt.maps.client.events.icon
 
IdleEventFormatter - Class in com.google.gwt.maps.client.events.idle
 
IdleEventFormatter() - Constructor for class com.google.gwt.maps.client.events.idle.IdleEventFormatter
 
IdleMapEvent - Class in com.google.gwt.maps.client.events.idle
 
IdleMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.idle.IdleMapEvent
 
IdleMapHandler - Interface in com.google.gwt.maps.client.events.idle
 
ImageMapType - Class in com.google.gwt.maps.client.maptypes
This class implements the MapType interface and is provided for rendering image tiles.
ImageMapType() - Constructor for class com.google.gwt.maps.client.maptypes.ImageMapType
use newInstance();
ImageMapTypeOptions - Class in com.google.gwt.maps.client.maptypes
This class is used to create a MapType that renders image tiles.
ImageMapTypeOptions() - Constructor for class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
use newInstance();
impl - Variable in class com.google.gwt.maps.client.mvc.MVCObjectWidget
JSO instance
InfoWindow - Class in com.google.gwt.maps.client.overlays
An overlay that looks like a bubble and is often connected to a marker.
InfoWindow() - Constructor for class com.google.gwt.maps.client.overlays.InfoWindow
use newInstance(); Creates an info window with the given options.
InfoWindowOptions - Class in com.google.gwt.maps.client.overlays
InfoWindow Options

See InfoWindowOptions API Doc
InfoWindowOptions() - Constructor for class com.google.gwt.maps.client.overlays.InfoWindowOptions
use newInstance();
insertAt(int, T) - Method in class com.google.gwt.maps.client.mvc.MVCArray
Inserts an element at the specified index.
InsertAtEventFormatter - Class in com.google.gwt.maps.client.events.insertat
 
InsertAtEventFormatter() - Constructor for class com.google.gwt.maps.client.events.insertat.InsertAtEventFormatter
 
InsertAtMapEvent - Class in com.google.gwt.maps.client.events.insertat
 
InsertAtMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.insertat.InsertAtMapEvent
 
InsertAtMapHandler - Interface in com.google.gwt.maps.client.events.insertat
 
interpolate(LatLng, LatLng, double) - Static method in class com.google.gwt.maps.client.geometrylib.SphericalUtils
Travels a fraction of the way from one LatLng to another LatLng.
intersects(LatLngBounds) - Method in class com.google.gwt.maps.client.base.LatLngBounds
Returns true if this bounds shares any points with this bounds.
isEmpty() - Method in class com.google.gwt.maps.client.base.LatLngBounds
Returns if the bounds are empty.
isLocationOnEdge(LatLng, Polygon) - Static method in class com.google.gwt.maps.client.geometrylib.PolyUtils
Computes whether the given point lies on or near to a polyline, or the edge of a polygon, within a specified tolerance.
isLocationOnEdge(LatLng, Polyline) - Static method in class com.google.gwt.maps.client.geometrylib.PolyUtils
Computes whether the given point lies on or near to a polyline, or the edge of a polygon, within a specified tolerance.
isLocationOnEdge(LatLng, Polygon, double) - Static method in class com.google.gwt.maps.client.geometrylib.PolyUtils
Computes whether the given point lies on or near to a polyline, or the edge of a polygon, within a specified tolerance.
isLocationOnEdge(LatLng, Polyline, double) - Static method in class com.google.gwt.maps.client.geometrylib.PolyUtils
Computes whether the given point lies on or near to a polyline, or the edge of a polygon, within a specified tolerance.

K

KmlAuthor - Class in com.google.gwt.maps.client.layers
Contains details of the author of a KML document or feature.
KmlAuthor() - Constructor for class com.google.gwt.maps.client.layers.KmlAuthor
 
KmlFeatureData - Class in com.google.gwt.maps.client.layers
Data for a single KML feature in JSON format, returned when a KML feature is clicked.
KmlFeatureData() - Constructor for class com.google.gwt.maps.client.layers.KmlFeatureData
This is created from an event.
KmlLayer - Class in com.google.gwt.maps.client.layers
A KmlLayer adds geographic markup to the map from a KML, KMZ or GeoRSS file that is hosted on a publicly accessible web server.
KmlLayer() - Constructor for class com.google.gwt.maps.client.layers.KmlLayer
use newInstance();
KmlLayerMetadata - Class in com.google.gwt.maps.client.layers
Metadata for a single KML layer, in JSON format.
KmlLayerMetadata() - Constructor for class com.google.gwt.maps.client.layers.KmlLayerMetadata
use newInstance();
KmlLayerOptions - Class in com.google.gwt.maps.client.layers
This object defines the properties that can be set on a KmlLayer object.
KmlLayerOptions() - Constructor for class com.google.gwt.maps.client.layers.KmlLayerOptions
use newInstance();
KmlLayerStatus - Enum in com.google.gwt.maps.client.layers
The status returned by KmlLayer on the completion of loading a document.

See KmlLayerStatus API Doc
KmlMouseEventFormatter - Class in com.google.gwt.maps.client.events.kmlmouse
 
KmlMouseEventFormatter() - Constructor for class com.google.gwt.maps.client.events.kmlmouse.KmlMouseEventFormatter
 
KmlMouseMapEvent - Class in com.google.gwt.maps.client.events.kmlmouse
 
KmlMouseMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
 
KmlMouseMapHandler - Interface in com.google.gwt.maps.client.events.kmlmouse
 

L

LabelColor - Enum in com.google.gwt.maps.client.weatherlib
The color of the labels displayed on the weather layer.
LatLng - Class in com.google.gwt.maps.client.base
LatLng is a point in geographical coordinates, latitude and longitude.
LatLng() - Constructor for class com.google.gwt.maps.client.base.LatLng
LatLng is a point in geographical coordinates, latitude and longitude.
LatLngBounds - Class in com.google.gwt.maps.client.base
A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.
LatLngBounds() - Constructor for class com.google.gwt.maps.client.base.LatLngBounds
A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.
LinksChangeEventFormatter - Class in com.google.gwt.maps.client.events.links
 
LinksChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.links.LinksChangeEventFormatter
 
LinksChangeMapEvent - Class in com.google.gwt.maps.client.events.links
 
LinksChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.links.LinksChangeMapEvent
 
LinksChangeMapHandler - Interface in com.google.gwt.maps.client.events.links
 
LoadApi - Class in com.google.gwt.maps.client
Load Maps javascript v3 api TODO maybe move to the new loading system they have in google apis
LoadApi.LoadLibrary - Enum in com.google.gwt.maps.client
Libraries not loaded by default

See Libraries API Doc
LocationElevationRequest - Class in com.google.gwt.maps.client.services
An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data.
LocationElevationRequest() - Constructor for class com.google.gwt.maps.client.services.LocationElevationRequest
use newInstance();

M

MapCanvasProjection - Class in com.google.gwt.maps.client.overlays
This object is made available to the OverlayView from within the draw method.
MapCanvasProjection() - Constructor for class com.google.gwt.maps.client.overlays.MapCanvasProjection
returns from another object only
MapChangeEventFormatter - Class in com.google.gwt.maps.client.events.mapchange
 
MapChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.mapchange.MapChangeEventFormatter
 
MapChangeMapEvent - Class in com.google.gwt.maps.client.events.mapchange
 
MapChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.mapchange.MapChangeMapEvent
 
MapChangeMapHandler - Interface in com.google.gwt.maps.client.events.mapchange
 
MapEvent<H extends MapHandler<E>,E> - Class in com.google.gwt.maps.client.events
Inherit this into unique Map Event
MapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.MapEvent
create a new map event
MapEventFormatter<E extends MapEvent> - Interface in com.google.gwt.maps.client.events
interface createEvent in MapHandlerRegistration using generics
MapEventType - Enum in com.google.gwt.maps.client.events
possible observable event types MapHandlerRegistration uses these events.
MapHandler<E> - Interface in com.google.gwt.maps.client.events
 
MapHandlerRegistration - Class in com.google.gwt.maps.client.events
 
MapHandlerRegistration() - Constructor for class com.google.gwt.maps.client.events.MapHandlerRegistration
 
MapImpl - Class in com.google.gwt.maps.client
Creates a new map inside of the given HTML container, which is typically a DIV element

See Map API Doc
MapImpl() - Constructor for class com.google.gwt.maps.client.MapImpl
Creates a new map inside of the given HTML container, which is typically a DIV element.
MapOptions - Class in com.google.gwt.maps.client
Map rendering options
Note: Defaults to LatLng(26.4,-9)

See MapOptions API Doc
MapOptions() - Constructor for class com.google.gwt.maps.client.MapOptions
This will tell the map how to render and with with what features
Use newInstance();
MapPanel - Class in com.google.gwt.maps.client.events
 
MapPanel() - Constructor for class com.google.gwt.maps.client.events.MapPanel
 
MapPanes - Class in com.google.gwt.maps.client.overlays
This object contains the DOM elements in which overlays are rendered.
MapPanes() - Constructor for class com.google.gwt.maps.client.overlays.MapPanes
use newInstance();
MapType - Interface in com.google.gwt.maps.client.maptypes
This interface defines map type.
MapTypeControlOptions - Class in com.google.gwt.maps.client.controls
Options for the rendering of the map type control.
MapTypeControlOptions() - Constructor for class com.google.gwt.maps.client.controls.MapTypeControlOptions
Options for the rendering of the map type control.
MapTypeId - Enum in com.google.gwt.maps.client
Identifiers for common MapTypes

See MapTypeId API Doc
MapTypeIdChangeEventFormatter - Class in com.google.gwt.maps.client.events.maptypeid
 
MapTypeIdChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.maptypeid.MapTypeIdChangeEventFormatter
 
MapTypeIdChangeMapEvent - Class in com.google.gwt.maps.client.events.maptypeid
 
MapTypeIdChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.maptypeid.MapTypeIdChangeMapEvent
 
MapTypeIdChangeMapHandler - Interface in com.google.gwt.maps.client.events.maptypeid
 
MapTypeRegistry - Class in com.google.gwt.maps.client.maptypes
MapTypeRegistry() - Constructor for class com.google.gwt.maps.client.maptypes.MapTypeRegistry
The MapTypeRegistry holds the collection of custom map types available to the map for its use.
MapTypeStyle - Class in com.google.gwt.maps.client.controls
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
MapTypeStyle() - Constructor for class com.google.gwt.maps.client.controls.MapTypeStyle
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
MapTypeStyleElementType - Enum in com.google.gwt.maps.client.maptypes
Each MapTypeStyleElementType distinguishes between the different representations of a feature.
MapTypeStyleFeatureType - Enum in com.google.gwt.maps.client.maptypes
Possible values for feature types.
MapTypeStyler - Class in com.google.gwt.maps.client.maptypes
A styler affects how a map's elements will be styled.
MapTypeStyler() - Constructor for class com.google.gwt.maps.client.maptypes.MapTypeStyler
A styler affects how a map's elements will be styled.
MapWidget - Class in com.google.gwt.maps.client
 
MapWidget(MapOptions) - Constructor for class com.google.gwt.maps.client.MapWidget
create a new Map Widget
Marker - Class in com.google.gwt.maps.client.overlays
Creates a marker with the options specified.
Marker() - Constructor for class com.google.gwt.maps.client.overlays.Marker
Creates a marker with the options specified.
MarkerCompleteEventFormatter - Class in com.google.gwt.maps.client.events.overlaycomplete.marker
 
MarkerCompleteEventFormatter() - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteEventFormatter
 
MarkerCompleteMapEvent - Class in com.google.gwt.maps.client.events.overlaycomplete.marker
 
MarkerCompleteMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
 
MarkerCompleteMapHandler - Interface in com.google.gwt.maps.client.events.overlaycomplete.marker
 
MarkerImage - Class in com.google.gwt.maps.client.overlays
A structure representing a Marker icon or shadow image.
MarkerImage() - Constructor for class com.google.gwt.maps.client.overlays.MarkerImage
A structure representing a Marker icon or shadow image.
MarkerOptions - Class in com.google.gwt.maps.client.overlays
create Marker Options

See MarkerOptions API Doc
MarkerOptions() - Constructor for class com.google.gwt.maps.client.overlays.MarkerOptions
create Marker Options use newInstance();
MarkerShape - Class in com.google.gwt.maps.client.overlays
This object defines the marker shape to use in determination of a marker's clickable region.
MarkerShape() - Constructor for class com.google.gwt.maps.client.overlays.MarkerShape
This object defines the marker shape to use in determination of a marker's clickable region.
MarkerShapeType - Enum in com.google.gwt.maps.client.overlays
 
MaxZoomResult - Class in com.google.gwt.maps.client.services
A MaxZoom result in JSON format retrieved from the MaxZoomService.
MaxZoomResult() - Constructor for class com.google.gwt.maps.client.services.MaxZoomResult
generated from callback use newInstance();
MaxZoomService - Class in com.google.gwt.maps.client.services
A service for obtaining the highest zoom level at which satellite imagery is available for a given location.
MaxZoomService() - Constructor for class com.google.gwt.maps.client.services.MaxZoomService
use newInstance();
MaxZoomServiceHandler - Interface in com.google.gwt.maps.client.services
 
MaxZoomStatus - Enum in com.google.gwt.maps.client.services
The status returned by the MaxZoomService on the completion of a call to getMaxZoomAtLatLng().
MouseDownEventFormatter - Class in com.google.gwt.maps.client.events.mousedown
 
MouseDownEventFormatter() - Constructor for class com.google.gwt.maps.client.events.mousedown.MouseDownEventFormatter
 
MouseDownMapEvent - Class in com.google.gwt.maps.client.events.mousedown
 
MouseDownMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.mousedown.MouseDownMapEvent
 
MouseDownMapHandler - Interface in com.google.gwt.maps.client.events.mousedown
 
MouseEvent - Class in com.google.gwt.maps.client.events
This object is returned from various mouse events on the map and overlays, and contains all the fields shown below.
MouseEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.MouseEvent
Create a new MouseEvent from properties of the map event call back
MouseMoveEventFormatter - Class in com.google.gwt.maps.client.events.mousemove
 
MouseMoveEventFormatter() - Constructor for class com.google.gwt.maps.client.events.mousemove.MouseMoveEventFormatter
 
MouseMoveMapEvent - Class in com.google.gwt.maps.client.events.mousemove
 
MouseMoveMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.mousemove.MouseMoveMapEvent
 
MouseMoveMapHandler - Interface in com.google.gwt.maps.client.events.mousemove
 
MouseOutEventFormatter - Class in com.google.gwt.maps.client.events.mouseout
 
MouseOutEventFormatter() - Constructor for class com.google.gwt.maps.client.events.mouseout.MouseOutEventFormatter
 
MouseOutMapEvent - Class in com.google.gwt.maps.client.events.mouseout
 
MouseOutMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.mouseout.MouseOutMapEvent
 
MouseOutMapHandler - Interface in com.google.gwt.maps.client.events.mouseout
 
MouseOverEventFormatter - Class in com.google.gwt.maps.client.events.mouseover
 
MouseOverEventFormatter() - Constructor for class com.google.gwt.maps.client.events.mouseover.MouseOverEventFormatter
 
MouseOverMapEvent - Class in com.google.gwt.maps.client.events.mouseover
 
MouseOverMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.mouseover.MouseOverMapEvent
 
MouseOverMapHandler - Interface in com.google.gwt.maps.client.events.mouseover
 
MouseUpEventFormatter - Class in com.google.gwt.maps.client.events.mouseup
 
MouseUpEventFormatter() - Constructor for class com.google.gwt.maps.client.events.mouseup.MouseUpEventFormatter
 
MouseUpMapEvent - Class in com.google.gwt.maps.client.events.mouseup
 
MouseUpMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.mouseup.MouseUpMapEvent
 
MouseUpMapHandler - Interface in com.google.gwt.maps.client.events.mouseup
 
MVCArray<T extends JavaScriptObject> - Class in com.google.gwt.maps.client.mvc
This class extends MVCObject.
MVCArray() - Constructor for class com.google.gwt.maps.client.mvc.MVCArray
This class extends MVCObject.
MVCArrayCallback<T extends JavaScriptObject> - Interface in com.google.gwt.maps.client.mvc
handler to process a for each element.
MVCObject<T extends JavaScriptObject> - Class in com.google.gwt.maps.client.mvc
Base class implementing KVO.
MVCObject() - Constructor for class com.google.gwt.maps.client.mvc.MVCObject
Base class implementing KVO.
MVCObjectWidget<T extends JavaScriptObject> - Class in com.google.gwt.maps.client.mvc
top class to emulate MVCObject Jso Overlay
MVCObjectWidget() - Constructor for class com.google.gwt.maps.client.mvc.MVCObjectWidget
top class for the map widgets

N

nearbySearch(PlaceSearchRequest, PlaceSearchHandler) - Method in class com.google.gwt.maps.client.placeslib.PlacesService
Retrieves a list of Places in a given area.
newGammaStyler(double) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
Create gamma styler.
newHueStyler(String) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
Create a hue styler.
newInstace() - Static method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
A single address component within a GeocoderResult.
newInstance(Element, AdUnitOptions) - Static method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Creates an AdSense for Content display ad on the associated map.
newInstance() - Static method in class com.google.gwt.maps.client.adsense.AdUnitOptions
creates options for adunit
newInstance(double, double) - Static method in class com.google.gwt.maps.client.base.LatLng
Notice the ordering of latitude and longitude.
newInstance(double, double, boolean) - Static method in class com.google.gwt.maps.client.base.LatLng
Notice the ordering of latitude and longitude.
newInstance(LatLng, LatLng) - Static method in class com.google.gwt.maps.client.base.LatLngBounds
creates A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.
newInstance(double, double) - Static method in class com.google.gwt.maps.client.base.Point
creates A point on a two-dimensional plane.
newInstance(double, double, String, String) - Static method in class com.google.gwt.maps.client.base.Size
creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
newInstance(double, double) - Static method in class com.google.gwt.maps.client.base.Size
creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
newInstance() - Static method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
new Instance of Options for the rendering of the map type control.
newInstance() - Static method in class com.google.gwt.maps.client.controls.MapTypeStyle
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
newInstance() - Static method in class com.google.gwt.maps.client.controls.OverviewMapControlOptions
creates a new instance for, Options for the rendering of the Overview Map control.
newInstance() - Static method in class com.google.gwt.maps.client.controls.PanControlOptions
creates a new instance of, Options for the rendering of the pan control.
newInstance() - Static method in class com.google.gwt.maps.client.controls.RotateControlOptions
create a new instance of Options for the rendering of the rotate control.
newInstance() - Static method in class com.google.gwt.maps.client.controls.ScaleControlOptions
Options for the rendering of the scale control.
newInstance() - Static method in class com.google.gwt.maps.client.controls.StreetViewControlOptions
creates Options for the rendering of the Street View pegman control on the map.
newInstance() - Static method in class com.google.gwt.maps.client.controls.ZoomControlOptions
creates Options for the rendering of the zoom control.
newInstance() - Static method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
Options for the rendering of the drawing control.
newInstance(DrawingManagerOptions) - Static method in class com.google.gwt.maps.client.drawinglib.DrawingManager
Creates a DrawingManager that allows users to draw overlays on the map, and switch between the type of overlay to be drawn with a drawing control.
newInstance() - Static method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options for the drawing manager.
newInstance() - Static method in class com.google.gwt.maps.client.layers.BicyclingLayer
A layer that displays bike lanes and paths and demotes large roads.
newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTableHeatmap
Specifies the appearance for a FusionTablesLayer when rendered as a heatmap.
newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesCell
Describes a single cell from a Fusion Tables table.
newInstance(FusionTablesLayerOptions) - Static method in class com.google.gwt.maps.client.layers.FusionTablesLayer
A layer that displays data from a Fusion Table.
newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
creates - This object defines the properties that can be set on a FusionTablesLayer object.
newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesMarkerOptions
Options which control the appearance of point features in a FusionTablesLayer.
newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
Options which control the appearance of polygons in a FusionTablesLayer.
newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
Options which control the appearance of polylines in a FusionTablesLayer.
newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesQuery
Specifies the data to retrieve from a Fusion Tables.
newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesStyle
creates - Controls the appearance of a set of features within a FusionTablesLayer.
newInstance() - Static method in class com.google.gwt.maps.client.layers.KmlAuthor
Contains details of the author of a KML document or feature.
newInstance() - Static method in class com.google.gwt.maps.client.layers.KmlFeatureData
this is created from an event
newInstance(String, KmlLayerOptions) - Static method in class com.google.gwt.maps.client.layers.KmlLayer
Creates a KmlLayer which renders the contents of the specified KML/KMZ file (KML API Doc) or GeoRSS file (GeoRSS API Doc).
newInstance(String) - Static method in class com.google.gwt.maps.client.layers.KmlLayer
Creates a KmlLayer which renders the contents of the specified KML/KMZ file (KML API Doc) or GeoRSS file (GeoRSS API Doc).
newInstance() - Static method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
Metadata for a single KML layer, in JSON format.
newInstance() - Static method in class com.google.gwt.maps.client.layers.KmlLayerOptions
This object defines the properties that can be set on a KmlLayer object.
newInstance() - Static method in class com.google.gwt.maps.client.layers.TrafficLayer
creates a traffic layer
newInstance() - Static method in class com.google.gwt.maps.client.layers.TransitLayer
creates a traffic layer
newInstance(Element, MapOptions) - Static method in class com.google.gwt.maps.client.MapImpl
Creates a new map inside of the given HTML container, which is typically a DIV element.
newInstance() - Static method in class com.google.gwt.maps.client.MapOptions
Create a new Instance of the MapOptions This will also create a defaults center, mapTypeId and Zoom
newInstance(boolean) - Static method in class com.google.gwt.maps.client.MapOptions
Create a new Instance of the MapOptions
newInstance(ImageMapTypeOptions) - Static method in class com.google.gwt.maps.client.maptypes.ImageMapType
Constructs an ImageMapType using the provided ImageMapTypeOptions
newInstance() - Static method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
This class is used to create a MapType that renders image tiles.
newInstance() - Static method in class com.google.gwt.maps.client.maptypes.MapTypeRegistry
The MapTypeRegistry holds the collection of custom map types available to the map for its use.
newInstance(JsArray<MapTypeStyle>, StyledMapTypeOptions) - Static method in class com.google.gwt.maps.client.maptypes.StyledMapType
Creates a styled MapType with the specified options.
newInstance() - Static method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
creates options
newInstance(MapImpl) - Static method in class com.google.gwt.maps.client.MapWidget
Reconstruct the mapWidget from JSO
newInstance() - Static method in class com.google.gwt.maps.client.mvc.MVCArray
A mutable MVC Array.
newInstance(JsArray<T>) - Static method in class com.google.gwt.maps.client.mvc.MVCArray
A mutable MVC Array.
newInstance(T...) - Static method in class com.google.gwt.maps.client.mvc.MVCArray
A mutable MVC Array.
newInstance(CircleOptions) - Static method in class com.google.gwt.maps.client.overlays.Circle
Create a circle using the passed CircleOptions, which specify the bounds and style.
newInstance() - Static method in class com.google.gwt.maps.client.overlays.CircleOptions
creates Circle options
newInstance(String, LatLngBounds, GroundOverlayOptions) - Static method in class com.google.gwt.maps.client.overlays.GroundOverlay
Creates a ground overlay from the provided image URL and its LatLngBounds.
newInstance() - Static method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
creates GroundOverlay options
newInstance(InfoWindowOptions) - Static method in class com.google.gwt.maps.client.overlays.InfoWindow
Creates an info window with the given options.
newInstance() - Static method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
InfoWindow Options
newInstance() - Static method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
returns from another object only
newInstance() - Static method in class com.google.gwt.maps.client.overlays.MapPanes
Create new MapPanes instance
newInstance(MarkerOptions) - Static method in class com.google.gwt.maps.client.overlays.Marker
Creates a marker with the options specified.
newInstance(String) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
creates A structure representing a Marker icon or shadow image.
newInstance(String, Size) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
creates A structure representing a Marker icon or shadow image.
newInstance(String, Size, Point) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
creates A structure representing a Marker icon or shadow image.
newInstance(String, Size, Point, Point) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
creates A structure representing a Marker icon or shadow image.
newInstance(String, Size, Point, Point, Size) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
creates A structure representing a Marker icon or shadow image.
newInstance() - Static method in class com.google.gwt.maps.client.overlays.MarkerOptions
create Marker Options
newInstance() - Static method in class com.google.gwt.maps.client.overlays.MarkerShape
creates This object defines the marker shape to use in determination of a marker's clickable region.
newInstance(MapWidget, OverlayViewOnDrawHandler, OverlayViewOnAddHandler, OverlayViewOnRemoveHandler) - Static method in class com.google.gwt.maps.client.overlays.OverlayView
You should inherit from this class by setting your overlay's prototype to new OverlayView.prototype.
newInstance(PolygonOptions) - Static method in class com.google.gwt.maps.client.overlays.Polygon
Create a polygon using the passed PolygonOptions, which specify the polygon's path, the stroke style for the polygon's edges, and the fill style for the polygon's interior regions.
newInstance() - Static method in class com.google.gwt.maps.client.overlays.PolygonOptions
 
newInstance(PolylineOptions) - Static method in class com.google.gwt.maps.client.overlays.Polyline
Create a polyline using the passed PolylineOptions, which specify both the path of the polyline and the stroke style to use when drawing the polyline.
newInstance() - Static method in class com.google.gwt.maps.client.overlays.PolylineOptions
creates a new instance of options
newInstance(RectangleOptions) - Static method in class com.google.gwt.maps.client.overlays.Rectangle
Create a rectangle using the passed RectangleOptions, which specify the bounds and style.
newInstance() - Static method in class com.google.gwt.maps.client.overlays.RectangleOptions
creates Rectangle options
newInstance() - Static method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
generated from event Describes a single Panoramio feature.
newInstance(PanoramioLayerOptions) - Static method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
A PanoramioLayer displays photos from Panoramio as a rendered layer.
newInstance() - Static method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
This object defines the properties that can be set on a PanoramioLayer object.
newInstance(Element, AutocompleteOptions) - Static method in class com.google.gwt.maps.client.placeslib.Autocomplete
Creates a new instance of Autocomplete that attaches to the specified input text field with the given options.
newInstance() - Static method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
Create new AutocompleteOptions instance.
newInstance() - Static method in class com.google.gwt.maps.client.placeslib.PlaceDetailsRequest
A Place details query to be sent to the PlacesService.
newInstance() - Static method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
Defines information about the geometry of a Place.
newInstance() - Static method in class com.google.gwt.maps.client.placeslib.PlaceResult
Create new PlaceResult instance.
newInstance() - Static method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
A Place search query to be sent to the PlacesService.
newInstance(MapWidget) - Static method in class com.google.gwt.maps.client.placeslib.PlacesService
Creates a new instance of the PlacesService that renders attributions in the specified container.
newInstance(Element) - Static method in class com.google.gwt.maps.client.placeslib.PlacesService
Creates a new instance of the PlacesService that renders attributions in the specified container.
newInstance() - Static method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
 
newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsLeg
A single leg consisting of a set of steps in a DirectionsResult.
newInstance(DirectionsRendererOptions) - Static method in class com.google.gwt.maps.client.services.DirectionsRenderer
Renders directions retrieved in the form of a DirectionsResult object retrieved from the DirectionsService.
newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
This object defines the properties that can be set on a DirectionsRenderer object.
newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsRequest
A directions query to be sent to the DirectionsService.
newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsResult
An array of DirectionsRoutes, each of which contains information about the legs and steps of which it is composed.
newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsRoute
A single route containing a set of legs in a DirectionsResult.
newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsService
Creates a new instance of a DirectionsService that sends directions queries to Google servers.
newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsStep
A single DirectionsStep in a DirectionsResult.
newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsWaypoint
A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
newInstance() - Static method in class com.google.gwt.maps.client.services.Distance
A representation of distance as a numeric value and a display string.
newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
A distance matrix query sent by the DistanceMatrixService containing arrays of origin and destination locations, and various options for computing metrics.
newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
The response to a DistanceMatrixService request, consisting of the formatted origin and destination addresses, and a sequence of DistanceMatrixResponseRows, one for each corresponding origin address.
newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
A single element of a response to a DistanceMatrixService request, which contains the duration and distance from one origin to one destination.
newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixResponseRow
 
newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixService
Creates a new instance of a DistanceMatrixService that sends distance matrix queries to Google servers.
newInstance() - Static method in class com.google.gwt.maps.client.services.Duration
A representation of duration as a numeric value and a display string.
newInstance() - Static method in class com.google.gwt.maps.client.services.ElevationResult
The result of an ElevationService request, consisting of the set of elevation coordinates and their elevation values.
newInstance() - Static method in class com.google.gwt.maps.client.services.ElevationService
Creates a new instance of a ElevationService that sends elevation queries to Google servers.
newInstance() - Static method in class com.google.gwt.maps.client.services.Geocoder
Creates a new instance of a Geocoder that sends geocode requests to Google servers.
newInstance() - Static method in class com.google.gwt.maps.client.services.GeocoderGeometry
Geometry information about this GeocoderResult
newInstance() - Static method in class com.google.gwt.maps.client.services.GeocoderRequest
The specification for a geocoding request to be sent to the Geocoder.
newInstance() - Static method in class com.google.gwt.maps.client.services.GeocoderResult
A single geocoder result retrieved from the geocode server.
newInstance() - Static method in class com.google.gwt.maps.client.services.LocationElevationRequest
An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data.
newInstance() - Static method in class com.google.gwt.maps.client.services.MaxZoomResult
A MaxZoom result in JSON format retrieved from the MaxZoomService.
newInstance() - Static method in class com.google.gwt.maps.client.services.MaxZoomService
A service for obtaining the highest zoom level at which satellite imagery is available for a given location.
newInstance() - Static method in class com.google.gwt.maps.client.services.PathElevationRequest
An elevation query sent by the ElevationService containing the path along which to return sampled data.
newInstance() - Static method in class com.google.gwt.maps.client.services.Test
 
newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewAddressControlOptions
creates Options for the rendering of the Street View address control.
newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewLink
A collection of references to adjacent Street View panos.
newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewLocation
creates A representation of a location in the Street View panorama.
newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
The representation of a panorama returned from the provider defined using registerPanoProvider.
newInstance(Element, StreetViewPanoramaOptions) - Static method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
creates Displays the panorama for a given LatLng or panorama ID.
newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
creates Options defining the properties of a StreetViewPanorama object.
newInstance(StreetViewPanoramaImpl) - Static method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
create widget from a previous jso implementation
newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewPov
creates A point of view object which specifies the camera's orientation at the Street View panorama's position.
newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewTileData
creates The properties of the tile set used in a Street View panorama.
newInstance(HeatMapLayerOptions) - Static method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
A layer that provides a client-side rendered heatmap, depicting the intensity of data at geographical points.
newInstance() - Static method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
creates - This object defines the properties that can be set on a HeatmapLayer object.
newInstance(LatLng, double) - Static method in class com.google.gwt.maps.client.visualizationlib.WeightedLocation
A data point entry for a heatmap.
newInstance() - Static method in class com.google.gwt.maps.client.weatherlib.CloudLayer
A layer that displays graphics showing current weather conditions.
newInstance() - Static method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
creates - Describes a single weather feature
newInstance() - Static method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
creates - This object describes a single Weather feature.
newInstance() - Static method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
creates - Describes a single day's weather forecast.
newInstance(WeatherLayerOptions) - Static method in class com.google.gwt.maps.client.weatherlib.WeatherLayer
A layer that displays graphics showing current weather conditions.
newInstance() - Static method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
creates - This object defines the properties that can be set on a WeatherLayer object.
newInstnace() - Static method in class com.google.gwt.maps.client.streetview.StreetViewService
A StreetViewService object performs searches for Street View data.
newInvertLightnessStyler(boolean) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
Create invert_lightness styler.
newLightnessStyler(int) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
Create lightness styler.
newSaturationStyler(int) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
Create saturation styler.
newVisibilityStyler(String) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
Create visibility styler.
nextPage() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchPagination
Fetches the next page of results.
notify(String) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Notify all observers of a change on this property.

O

onAdd(OverlayViewMethods) - Method in interface com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewOnAddHandler
 
onAttach() - Method in class com.google.gwt.maps.client.events.MapPanel
 
onCallback(MapHandler<E>, Properties, MapEventFormatter<E>) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
process generic handler callback
onCallback(PlaceResult, PlacesServiceStatus) - Method in interface com.google.gwt.maps.client.placeslib.PlaceDetailsHandler
 
onCallback(JsArray<PlaceResult>, PlaceSearchPagination, PlacesServiceStatus) - Method in interface com.google.gwt.maps.client.placeslib.PlaceSearchHandler
 
onCallback(JsArray<PlaceResult>, PlacesServiceStatus) - Method in interface com.google.gwt.maps.client.placeslib.PlaceTextSearchHandler
 
onCallback(DirectionsResult, DirectionsStatus) - Method in interface com.google.gwt.maps.client.services.DirectionsResultHandler
 
onCallback(DistanceMatrixResponse, DistanceMatrixStatus) - Method in interface com.google.gwt.maps.client.services.DistanceMatrixRequestHandler
response from callback for Distance Matrix Request
onCallback(JsArray<ElevationResult>, ElevationStatus) - Method in interface com.google.gwt.maps.client.services.ElevationServiceHandler
on ElevationService result
onCallback(JsArray<GeocoderResult>, GeocoderStatus) - Method in interface com.google.gwt.maps.client.services.GeocoderRequestHandler
returns a result after on geocode callback
onCallback(MaxZoomResult) - Method in interface com.google.gwt.maps.client.services.MaxZoomServiceHandler
 
onCallback(StreetViewPanoramaData, StreetViewStatus) - Method in interface com.google.gwt.maps.client.streetview.PanoramaByLocationHandler
Retrieves the StreetViewPanoramaData for a panorama within a given radius of the given LatLng.
onCallback(StreetViewPanoramaData, StreetViewStatus) - Method in interface com.google.gwt.maps.client.streetview.PanoramaIdHandler
Retrieves the data for the given pano id and passes it to the provided callback as a StreetViewPanoramaData object.
onDetach() - Method in class com.google.gwt.maps.client.MapWidget
 
onDraw(OverlayViewMethods) - Method in interface com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewOnDrawHandler
 
onEvent(E) - Method in interface com.google.gwt.maps.client.events.MapHandler
 
onRemove(OverlayViewMethods) - Method in interface com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewOnRemoveHandler
 
open(MapWidget) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
Opens this InfoWindow on the given map.
open(MapWidget, MVCObject<?>) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
Opens this InfoWindow on the given map.
open(StreetViewPanoramaWidget) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
Opens this InfoWindow on the given map.
open(StreetViewPanoramaWidget, MVCObject<?>) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
Opens this InfoWindow on the given map.
OverlayCompleteEventFormatter - Class in com.google.gwt.maps.client.events.overlaycomplete
 
OverlayCompleteEventFormatter() - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteEventFormatter
 
OverlayCompleteMapEvent - Class in com.google.gwt.maps.client.events.overlaycomplete
 
OverlayCompleteMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
OverlayCompleteMapHandler - Interface in com.google.gwt.maps.client.events.overlaycomplete
 
OverlayType - Enum in com.google.gwt.maps.client.drawinglib
The types of overlay that may be created by the DrawingManager.
OverlayView - Class in com.google.gwt.maps.client.overlays
You can implement this class if you want to display custom types of overlay objects on the map.
OverlayView() - Constructor for class com.google.gwt.maps.client.overlays.OverlayView
use newInstance();
OverlayViewMethods - Class in com.google.gwt.maps.client.overlays.overlayhandlers
 
OverlayViewMethods() - Constructor for class com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewMethods
 
OverlayViewOnAddHandler - Interface in com.google.gwt.maps.client.overlays.overlayhandlers
 
OverlayViewOnDrawHandler - Interface in com.google.gwt.maps.client.overlays.overlayhandlers
 
OverlayViewOnRemoveHandler - Interface in com.google.gwt.maps.client.overlays.overlayhandlers
 
OverviewMapControlOptions - Class in com.google.gwt.maps.client.controls
Options for the rendering of the Overview Map control

See See OverviewMapControlOptions API
OverviewMapControlOptions() - Constructor for class com.google.gwt.maps.client.controls.OverviewMapControlOptions
Options for the rendering of the Overview Map control.

P

panBy(int, int) - Method in class com.google.gwt.maps.client.MapImpl
Changes the center of the map by the given distance in pixels.
panBy(int, int) - Method in class com.google.gwt.maps.client.MapWidget
Changes the center of the map by the given distance in pixels.
PanControlOptions - Class in com.google.gwt.maps.client.controls
Options for the rendering of the pan control.
PanControlOptions() - Constructor for class com.google.gwt.maps.client.controls.PanControlOptions
Options for the rendering of the pan control.
PanoChangeEventFormatter - Class in com.google.gwt.maps.client.events.pano
 
PanoChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.pano.PanoChangeEventFormatter
 
PanoChangeMapEvent - Class in com.google.gwt.maps.client.events.pano
 
PanoChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.pano.PanoChangeMapEvent
 
PanoChangeMapHandler - Interface in com.google.gwt.maps.client.events.pano
 
PanoramaByLocationHandler - Interface in com.google.gwt.maps.client.streetview
PanoramaIdHandler - Interface in com.google.gwt.maps.client.streetview
Handler for the getPanoramaById callback

See StreetViewService API Doc
PanoramioFeature - Class in com.google.gwt.maps.client.panoramiolib
Describes a single Panoramio feature.
PanoramioFeature() - Constructor for class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
generated from event use newInstance();
PanoramioLayer - Class in com.google.gwt.maps.client.panoramiolib
A PanoramioLayer displays photos from Panoramio as a rendered layer.
PanoramioLayer() - Constructor for class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
use newInstance();
PanoramioLayerOptions - Class in com.google.gwt.maps.client.panoramiolib
This object defines the properties that can be set on a PanoramioLayer object.
PanoramioLayerOptions() - Constructor for class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
use newInstance();
PanoramioMouseEventFormatter - Class in com.google.gwt.maps.client.events.panoramiomouse
 
PanoramioMouseEventFormatter() - Constructor for class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseEventFormatter
 
PanoramioMouseMapEvent - Class in com.google.gwt.maps.client.events.panoramiomouse
 
PanoramioMouseMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
 
PanoramioMouseMapHandler - Interface in com.google.gwt.maps.client.events.panoramiomouse
 
panTo(LatLng) - Method in class com.google.gwt.maps.client.MapImpl
Changes the center of the map to the given LatLng.
panTo(LatLng) - Method in class com.google.gwt.maps.client.MapWidget
Changes the center of the map to the given LatLng.
panToBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.MapImpl
Pans the map by the minimum amount necessary to contain the given LatLngBounds.
panToBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.MapWidget
Pans the map by the minimum amount necessary to contain the given LatLngBounds.
PathElevationRequest - Class in com.google.gwt.maps.client.services
An elevation query sent by the ElevationService containing the path along which to return sampled data.
PathElevationRequest() - Constructor for class com.google.gwt.maps.client.services.PathElevationRequest
use newInstance();
PlaceChangeEventFormatter - Class in com.google.gwt.maps.client.events.place
 
PlaceChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.place.PlaceChangeEventFormatter
 
PlaceChangeMapEvent - Class in com.google.gwt.maps.client.events.place
 
PlaceChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.place.PlaceChangeMapEvent
 
PlaceChangeMapHandler - Interface in com.google.gwt.maps.client.events.place
 
PlaceDetailsHandler - Interface in com.google.gwt.maps.client.placeslib
 
PlaceDetailsRequest - Class in com.google.gwt.maps.client.placeslib
A Place details query to be sent to the PlacesService.
PlaceDetailsRequest() - Constructor for class com.google.gwt.maps.client.placeslib.PlaceDetailsRequest
use newInstance();
PlaceGeometry - Class in com.google.gwt.maps.client.placeslib
Defines information about the geometry of a Place.
PlaceGeometry() - Constructor for class com.google.gwt.maps.client.placeslib.PlaceGeometry
use newInstance();
PlaceRequestOpens - Class in com.google.gwt.maps.client.placeslib.placeresult
 
PlaceRequestOpens() - Constructor for class com.google.gwt.maps.client.placeslib.placeresult.PlaceRequestOpens
 
PlaceRequestReview - Class in com.google.gwt.maps.client.placeslib
 
PlaceRequestReview() - Constructor for class com.google.gwt.maps.client.placeslib.PlaceRequestReview
 
PlaceResult - Class in com.google.gwt.maps.client.placeslib
Defines information about a Place.
PlaceResult() - Constructor for class com.google.gwt.maps.client.placeslib.PlaceResult
use newInstance();
PlaceResultAspect - Class in com.google.gwt.maps.client.placeslib
 
PlaceResultAspect() - Constructor for class com.google.gwt.maps.client.placeslib.PlaceResultAspect
 
PlaceResultOpeningHours - Class in com.google.gwt.maps.client.placeslib.placeresult
 
PlaceResultOpeningHours() - Constructor for class com.google.gwt.maps.client.placeslib.placeresult.PlaceResultOpeningHours
 
PlaceResultPeriods - Class in com.google.gwt.maps.client.placeslib.placeresult
 
PlaceResultPeriods() - Constructor for class com.google.gwt.maps.client.placeslib.placeresult.PlaceResultPeriods
 
PlaceSearchHandler - Interface in com.google.gwt.maps.client.placeslib
 
PlaceSearchPagination - Class in com.google.gwt.maps.client.placeslib
An object used to fetch additional pages of Places results.
PlaceSearchPagination() - Constructor for class com.google.gwt.maps.client.placeslib.PlaceSearchPagination
 
PlaceSearchRequest - Class in com.google.gwt.maps.client.placeslib
A Place search query to be sent to the PlacesService.
PlaceSearchRequest() - Constructor for class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
use newInstance();
PlacesService - Class in com.google.gwt.maps.client.placeslib
Contains methods related to searching for Places and retrieving details about a Place.
PlacesService() - Constructor for class com.google.gwt.maps.client.placeslib.PlacesService
Use newInstance();
PlacesServiceStatus - Enum in com.google.gwt.maps.client.placeslib
 
PlaceTextSearchHandler - Interface in com.google.gwt.maps.client.placeslib
 
Point - Class in com.google.gwt.maps.client.base
A point on a two-dimensional plane.
Point() - Constructor for class com.google.gwt.maps.client.base.Point
A point on a two-dimensional plane.
Polygon - Class in com.google.gwt.maps.client.overlays
Polygon() - Constructor for class com.google.gwt.maps.client.overlays.Polygon
use newInstance();
PolygonCompleteEventFormatter - Class in com.google.gwt.maps.client.events.overlaycomplete.polygon
 
PolygonCompleteEventFormatter() - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteEventFormatter
 
PolygonCompleteMapEvent - Class in com.google.gwt.maps.client.events.overlaycomplete.polygon
 
PolygonCompleteMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteMapEvent
 
PolygonCompleteMapHandler - Interface in com.google.gwt.maps.client.events.overlaycomplete.polygon
 
PolygonOptions - Class in com.google.gwt.maps.client.overlays
 
PolygonOptions() - Constructor for class com.google.gwt.maps.client.overlays.PolygonOptions
 
Polyline - Class in com.google.gwt.maps.client.overlays
A polyline is a linear overlay of connected line segments on the map.
Polyline() - Constructor for class com.google.gwt.maps.client.overlays.Polyline
use newInstance();
PolylineCompleteEventFormatter - Class in com.google.gwt.maps.client.events.overlaycomplete.polyline
 
PolylineCompleteEventFormatter() - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteEventFormatter
 
PolylineCompleteMapEvent - Class in com.google.gwt.maps.client.events.overlaycomplete.polyline
 
PolylineCompleteMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteMapEvent
 
PolylineCompleteMapHandler - Interface in com.google.gwt.maps.client.events.overlaycomplete.polyline
 
PolylineOptions - Class in com.google.gwt.maps.client.overlays
polyline options

See PolygonOptions API Doc
PolylineOptions() - Constructor for class com.google.gwt.maps.client.overlays.PolylineOptions
use newInstance();
PolyUtils - Class in com.google.gwt.maps.client.geometrylib
Utility functions for computations involving polygons and polylines.

See Poly Utils API Doc
PolyUtils() - Constructor for class com.google.gwt.maps.client.geometrylib.PolyUtils
 
pop() - Method in class com.google.gwt.maps.client.mvc.MVCArray
Removes the last element of the array and returns that element.
PositionChangeEventFormatter - Class in com.google.gwt.maps.client.events.position
 
PositionChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.position.PositionChangeEventFormatter
 
PositionChangeMapEvent - Class in com.google.gwt.maps.client.events.position
 
PositionChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.position.PositionChangeMapEvent
 
PositionChangeMapHandler - Interface in com.google.gwt.maps.client.events.position
 
PovChangeEventFormatter - Class in com.google.gwt.maps.client.events.pov
 
PovChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.pov.PovChangeEventFormatter
 
PovChangeMapEvent - Class in com.google.gwt.maps.client.events.pov
 
PovChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.pov.PovChangeMapEvent
 
PovChangeMapHandler - Interface in com.google.gwt.maps.client.events.pov
 
Projection - Class in com.google.gwt.maps.client.maptypes
Map Projection Util relating to screen

See Projection API Doc
Projection() - Constructor for class com.google.gwt.maps.client.maptypes.Projection
use newInstance();
ProjectionChangeEventFormatter - Class in com.google.gwt.maps.client.events.projection
 
ProjectionChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.projection.ProjectionChangeEventFormatter
 
ProjectionChangeMapEvent - Class in com.google.gwt.maps.client.events.projection
 
ProjectionChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.projection.ProjectionChangeMapEvent
 
ProjectionChangeMapHandler - Interface in com.google.gwt.maps.client.events.projection
 
properties - Variable in class com.google.gwt.maps.client.events.MapEvent
properties from the map event call back Properties
push(T) - Method in class com.google.gwt.maps.client.mvc.MVCArray
Adds one element to the end of the array and returns the new length of the array.

R

RadiusChangeEventFormatter - Class in com.google.gwt.maps.client.events.radius
 
RadiusChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.radius.RadiusChangeEventFormatter
 
RadiusChangeMapEvent - Class in com.google.gwt.maps.client.events.radius
 
RadiusChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.radius.RadiusChangeMapEvent
 
RadiusChangeMapHandler - Interface in com.google.gwt.maps.client.events.radius
 
Rectangle - Class in com.google.gwt.maps.client.overlays
A rectangle overlay.
Rectangle() - Constructor for class com.google.gwt.maps.client.overlays.Rectangle
use newInstance();
RectangleCompleteEventFormatter - Class in com.google.gwt.maps.client.events.overlaycomplete.rectangle
 
RectangleCompleteEventFormatter() - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteEventFormatter
 
RectangleCompleteMapEvent - Class in com.google.gwt.maps.client.events.overlaycomplete.rectangle
 
RectangleCompleteMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteMapEvent
 
RectangleCompleteMapHandler - Interface in com.google.gwt.maps.client.events.overlaycomplete.rectangle
 
RectangleOptions - Class in com.google.gwt.maps.client.overlays
RectangleOptions() - Constructor for class com.google.gwt.maps.client.overlays.RectangleOptions
use newInstance();
registerPanoProvider(StreetViewPanoramaProvider) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Set the custom panorama provider called on pano change to load custom panoramas.
registerPanoProvider(StreetViewPanoramaProvider) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Set the custom panorama provider called on pano change to load custom panoramas.
releaseTile(Element) - Method in interface com.google.gwt.maps.client.maptypes.MapType
Releases the given tile, performing any necessary cleanup.
removeAt(int) - Method in class com.google.gwt.maps.client.mvc.MVCArray
Removes an element from the specified index.
RemoveAtEventFormatter - Class in com.google.gwt.maps.client.events.removeat
 
RemoveAtEventFormatter() - Constructor for class com.google.gwt.maps.client.events.removeat.RemoveAtEventFormatter
 
RemoveAtMapEvent - Class in com.google.gwt.maps.client.events.removeat
 
RemoveAtMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.removeat.RemoveAtMapEvent
 
RemoveAtMapHandler - Interface in com.google.gwt.maps.client.events.removeat
 
removeGwtObjectId(JavaScriptObject) - Static method in class com.google.gwt.maps.client.workaround.WorkAroundUtils
When a third party api complains about this extra element in the object.
ResizeEventFormatter - Class in com.google.gwt.maps.client.events.resize
 
ResizeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.resize.ResizeEventFormatter
 
ResizeMapEvent - Class in com.google.gwt.maps.client.events.resize
 
ResizeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.resize.ResizeMapEvent
 
ResizeMapHandler - Interface in com.google.gwt.maps.client.events.resize
 
RightClickEventFormatter - Class in com.google.gwt.maps.client.events.rightclick
 
RightClickEventFormatter() - Constructor for class com.google.gwt.maps.client.events.rightclick.RightClickEventFormatter
 
RightClickMapEvent - Class in com.google.gwt.maps.client.events.rightclick
 
RightClickMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.rightclick.RightClickMapEvent
 
RightClickMapHandler - Interface in com.google.gwt.maps.client.events.rightclick
 
RotateControlOptions - Class in com.google.gwt.maps.client.controls
Options for the rendering of the rotate control.
RotateControlOptions() - Constructor for class com.google.gwt.maps.client.controls.RotateControlOptions
Options for the rendering of the rotate control.
route(DirectionsRequest, DirectionsResultHandler) - Method in class com.google.gwt.maps.client.services.DirectionsService
Issue a directions search request.

S

ScaleControlOptions - Class in com.google.gwt.maps.client.controls
Options for the rendering of the scale control.
ScaleControlOptions() - Constructor for class com.google.gwt.maps.client.controls.ScaleControlOptions
Options for the rendering of the scale control.
ScaleControlStyle - Enum in com.google.gwt.maps.client.controls
Identifiers for scale control ids.
set(String, Object) - Method in class com.google.gwt.maps.client.maptypes.MapTypeRegistry
Sets the registry to associate the passed string identifier with the passed MapType.
set(String, T) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Sets a value.
setAddress(String) - Method in class com.google.gwt.maps.client.services.GeocoderRequest
Address.
setAddress_Components(JsArray<GeocoderAddressComponent>) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The collection of address components for this Place's location.
setAddress_Components(JsArray<GeocoderAddressComponent>) - Method in class com.google.gwt.maps.client.services.GeocoderResult
An array of GeocoderAddressComponents
setAddressControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The enabled/disabled state of the address control.
setAddressControlOptions(StreetViewAddressControlOptions) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The display options for the address control.
setAlt(String) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
set Alt text to display when this MapType's button is hovered over in the MapTypeControl.
setAlt(String) - Method in interface com.google.gwt.maps.client.maptypes.MapType
sets Alt text to display when this MapType's button is hovered over in the MapTypeControl.
setAlt(String) - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
sets Text to display when this MapType's button is hovered over in the map type control.
setAnchor(Point) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
sets The position at which to anchor an image in correspondance to the location of the marker on the map.
setAnimation(Animation) - Method in class com.google.gwt.maps.client.overlays.Marker
set Animation
setAnimation(Animation) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
 
setAt(int, T) - Method in class com.google.gwt.maps.client.mvc.MVCArray
Sets an element at the specified index.
SetAtEventFormatter - Class in com.google.gwt.maps.client.events.setat
 
SetAtEventFormatter() - Constructor for class com.google.gwt.maps.client.events.setat.SetAtEventFormatter
 
SetAtMapEvent - Class in com.google.gwt.maps.client.events.setat
 
SetAtMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.setat.SetAtMapEvent
 
SetAtMapHandler - Interface in com.google.gwt.maps.client.events.setat
 
setAuthor(KmlAuthor) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup (if specified).
setAuthor(KmlAuthor) - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
The layer's , extracted from the layer markup.
setAuthor(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The username of the user who uploaded this photo.
setAvoidHighways(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
If true, instructs the Directions service to avoid highways where possible.
setAvoidHighways(boolean) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
If true, instructs the Distance Matrix service to avoid highways where possible.
setAvoidTolls(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
If true, instructs the Directions service to avoid toll roads where possible.
setAvoidTolls(boolean) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
If true, instructs the Distance Matrix service to avoid toll roads where possible.
setBackgroundColor(String) - Method in class com.google.gwt.maps.client.MapOptions
set Color used for the background of the Map div.
setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
sets The bounds.
setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
Sets the preferred area within which to return Place results.
setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
The area in which to search for Places.
setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
The bounds within which to search for Places.
setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
The bounds within which to search for Places.
setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
The bounds for this route.
setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
The precise bounds of this GeocodeResult, if applicable
setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.services.GeocoderRequest
LatLngBounds within which to search.
setCenter(LatLng) - Method in class com.google.gwt.maps.client.MapImpl
set center
setCenter(LatLng) - Method in class com.google.gwt.maps.client.MapOptions
set The initial Map center.
setCenter(LatLng) - Method in class com.google.gwt.maps.client.MapWidget
set center
setCenter(LatLng) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Sets the center
setCenterHeading(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
sets The heading (in degrees) at the center of the panoramic tiles.
setChannelNumber(String) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Specifies the channel number for this AdUnit.
setChannelNumber(String) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
set The AdSense For Content channel number for tracking the performance of this AdUnit.
setChannelNumber(String) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Specifies the channel number for this AdUnit.
setCircleOptions(CircleOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new circles created with this DrawingManager.
setClickable(boolean) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
sets If true, the layer receives mouse events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
If true, the layer receives mouse events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Sets Indicates whether this Polyline handles click events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
sets Indicates whether this Polyline handles click events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.Marker
set Clickable
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets If true, the marker receives mouse and touch events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
sets Indicates whether this Polyline handles click events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets Indicates whether this Polyline handles click events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
sets Indicates whether this Polyline handles click events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
If true, the layer receives mouse events.
setClickable(boolean) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
sets If true, the layer receives mouse events.
setClickToGo(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
Set the enabled/disabled state of click-to-go.
setColumnName(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesCell
The name of the column in which the cell was located.
setContent(Widget) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
 
setContent(String) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
set Content
setContent(Element) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
set Content
setContent(Widget) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
set widget to display in infoWindow
setContent(String) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
set Content to display in the InfoWindow.
setContent(Element) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
set Content to display in the InfoWindow.
setControls(MVCArray<Element>) - Method in class com.google.gwt.maps.client.MapImpl
TODO sets Additional controls to attach to the map.
setControls(ControlPosition, Element) - Method in class com.google.gwt.maps.client.MapImpl
sets Additional controls to attach to the map.
setControls(MVCArray<Element>) - Method in class com.google.gwt.maps.client.MapWidget
TODO sets Additional controls to attach to the map.
setControls(ControlPosition, Element) - Method in class com.google.gwt.maps.client.MapWidget
sets Additional controls to attach to the map.
setControls(ControlPosition, Widget) - Method in class com.google.gwt.maps.client.MapWidget
sets Additional controls to attach to the map.
setControls(MVCArray<Element>) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
TODO Additional controls to attach to the panorama.
setControls(MVCArray<Element>) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
TODO Additional controls to attach to the panorama.
setCoordinates(JsArrayInteger) - Method in class com.google.gwt.maps.client.overlays.MarkerShape
sets The format of this attribute depends on the value of the type and follows the w3 AREA coords specification found at

See adef-coords API Doc.
setCopyright(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
sets Specifies the copyright text for this panorama.
setCopyrights(String) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
Copyrights text to be displayed for this route.
setCurrent(WeatherConditions) - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
The current weather conditions at this location.
setCursor(String) - Method in class com.google.gwt.maps.client.overlays.Marker
set Cursor
setCursor(String) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Mouse cursor to show on hover
setCustomMapType(String, StyledMapType) - Method in class com.google.gwt.maps.client.MapImpl
Set the custom map type into the map's registry
setCustomMapType(String, StyledMapType) - Method in class com.google.gwt.maps.client.MapWidget
Set the custom map type into the map's registry
setData(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array.
setData(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array.
setData(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
The data points to display.
setDataWeighted(JsArray<WeightedLocation>) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array.
setDataWeighted(MVCArray<WeightedLocation>) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array.
setDay(String) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set the day of the week in long form, e.g.
setDay(String) - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Set the day of the week in long form, e.g.
setDescription(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup.
setDescription(String) - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
The layer's , extracted from the layer markup.
setDescription(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
sets A localized string describing the link.
setDescription(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
sets A localized string describing the location.
setDescription(String) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set a description of the conditions, e.g.
setDescription(String) - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Set a description of the conditions, e.g.
setDestination(String) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Location of destination.
setDestination(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Location of destination.
setDestinationAddresses(JsArrayString) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
The formatted destination addresses.
setDestinations(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
setDestinations(JsArrayString) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
setDirections(DirectionsResult) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
Set the renderer to use the result from the DirectionsService.
setDirections(DirectionsResult) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
The directions to display on the map and/or in a <div> panel, retrieved as a DirectionsResult object from DirectionsService.
setDisableAutoPan(boolean) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
sets Disable auto-pan on open.
setDisableDefaultUi(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set Enables/disables all default UI.
setDisableDoubleClickZoom(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set Enables/disables zoom and center on double click.
setDisableDoubleClickZoom(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets Enables/disables zoom on double click.
setDissipating(boolean) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Specifies whether heatmaps dissipate on zoom.
setDistance(Distance) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The total distance covered by this leg.
setDistance(Distance) - Method in class com.google.gwt.maps.client.services.DirectionsStep
The distance covered by this step.
setDistance(Distance) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
The distance for this origin-destination pairing.
setDraggable(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set If false, prevents the map from being dragged.
setDraggable(boolean) - Method in class com.google.gwt.maps.client.overlays.Marker
set Draggable
setDraggable(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets If true, the marker can be dragged.
setDraggable(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
If true, allows the user to drag and modify the paths of routes rendered by this DirectionsRenderer.
setDraggableCursor(String) - Method in class com.google.gwt.maps.client.MapOptions
set The name or url of the cursor to display on a draggable object.
setDraggingCursor(String) - Method in class com.google.gwt.maps.client.MapOptions
set The name or url of the cursor to display when an object is dragging.
setDrawingControl(boolean) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
The enabled/disabled state of the drawing control.
setDrawingControlOptions(DrawingControlOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
The display options for the drawing control.
setDrawingMode(OverlayType) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
Changes the DrawingManager's drawing mode, which defines the type of overlay to be added on the map.
setDrawingMode(OverlayType) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
The DrawingManager's drawing mode, which defines the type of overlay to be added on the map.
setDrawingModes(OverlayType...) - Method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
The drawing modes to display in the drawing control, in the order in which they are to be displayed.
setDuration(Duration) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The total duration of this leg.
setDuration(Duration) - Method in class com.google.gwt.maps.client.services.DirectionsStep
The typical time required to perform this step in seconds and in text form.
setDuration(Duration) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
The duration for this origin-destination pairing.
setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.Circle
If set to true, the user can edit this circle by dragging the control points shown at the corners and on each edge.
setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.Polygon
If set to true, the user can edit this shape by dragging the control points shown at the vertices and on each segment.
setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
If set to true, the user can edit this shape by dragging the control points shown at the vertices and on each segment.
setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.Polyline
If set to true, the user can edit this shape by dragging the control points shown at the vertices and on each segment.
setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.Rectangle
If set to true, the user can edit this rectangle by dragging the control points shown at the corners and on each edge.
setElements(JsArray<DistanceMatrixResponseElement>) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseRow
The row's elements, corresponding to the destination addresses.
setElementType(MapTypeStyleElementType) - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
set Selects the element type to which a styler should be applied.
setElevation(double) - Method in class com.google.gwt.maps.client.services.ElevationResult
The elevation of this point on Earth, in meters above sea level.
setEmail(String) - Method in class com.google.gwt.maps.client.layers.KmlAuthor
The author's e-mail address, or an empty string if not specified.
setEnableCloseButton(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets If true, the close button is displayed.
setEnabled(boolean) - Method in class com.google.gwt.maps.client.layers.FusionTableHeatmap
sets If true, render the layer as a heatmap.
setEnd_Address(String) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The address of the destination of this leg.
setEnd_Location(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
setEnd_Location(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsStep
The ending location of this step.
setFeatureType(MapTypeStyleFeatureType) - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
set Selects the feature, or group of features, to which a styler should be applied.
setFillColor(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
sets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
setFillColor(String) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
The fill color.
setFillColor(String) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
The fill color.
setFillColor(String) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
The fill color.
setFillOpacity(double) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
sets The fill opacity between 0.0 and 1.0.
setFillOpacity(double) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
The fill opacity between 0.0 and 1.0
setFillOpacity(double) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
The fill opacity between 0.0 and 1.0
setFillOpacity(double) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
The fill opacity between 0.0 and 1.0
setFlat(boolean) - Method in class com.google.gwt.maps.client.overlays.Marker
set Flat
setFlat(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets If true, the marker shadow will not be displayed.
setFloatPane(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
sets This pane contains the info window.
setFloatShadow(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
sets This pane contains the info window shadow.
setForecast(JsArray<WeatherForecast>) - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
Sets the forecast of weather conditions over the next four days.
setFormat(AdFormat) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Specifies the display format for this AdUnit.
setFormat(AdFormat) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
the Format of the AdUnit.
setFormat(AdFormat) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Specifies the display format for this AdUnit.
setFormated_Address(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's full address.
setFormatted_Address(String) - Method in class com.google.gwt.maps.client.services.GeocoderResult
A string containing the human-readable address of this location.
setFormatted_Phone_Number(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's phone number, formatted according to the number's regional convention.
setFrom(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
setsThe ID of the Fusion Tables table to display.
setGeodesic(boolean) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
sets When true, render each edge as a geodesic (a segment of a "great circle").
setGeodesic(boolean) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets When true, render each edge as a geodesic (a segment of a "great circle").
setGeometry(PlaceGeometry) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's geometry-related information.
setGeometry(GeocoderGeometry) - Method in class com.google.gwt.maps.client.services.GeocoderResult
A GeocoderGeometry object
setGradient(JsArrayString) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
The color gradient of the heatmap, specified as an array of CSS color strings.
setHeading(int) - Method in class com.google.gwt.maps.client.MapImpl
Sets the compass heading for aerial imagery measured in degrees from cardinal direction North.
setHeading(int) - Method in class com.google.gwt.maps.client.MapOptions
set The heading for aerial imagery in degrees measured clockwise from cardinal direction North.
setHeading(int) - Method in class com.google.gwt.maps.client.MapWidget
Sets the compass heading for aerial imagery measured in degrees from cardinal direction North.
setHeading(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
sets The heading of the link.
setHeading(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
sets The camera heading in degrees relative to true north.
setHeatmap(FusionTableHeatmap) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
sets Options which define the appearance of the layer as a heatmap.
setHeight(double) - Method in class com.google.gwt.maps.client.base.Size
sets The height along the y-axis, in pixels.
setHideRouteList(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
This property indicates whether the renderer should provide UI to select amongst alternative routes.
setHigh(double) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set the highest temperature reached during the day.
setHigh(double) - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Set the highest temperature reached during the day.
setHtml_Attributions(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
Attribution text to be displayed for this Place result.
setHumidity(double) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set the current humidity, expressed as a percentage.
setIcon(String) - Method in class com.google.gwt.maps.client.overlays.Marker
set Icon
setIcon(MarkerImage) - Method in class com.google.gwt.maps.client.overlays.Marker
set Icon
setIcon(String) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Icon for the foreground
setIcon(MarkerImage) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Map on which to display Marker.
setIcon(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
URL to an image resource that can be used to represent this Place's category.
setIconName(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesMarkerOptions
sets The name of a Fusion Tables supported icon.
See list of map icons.
setId(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup.
setId(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
A unique identifier denoting this Place.
setImageDateControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
Set the enabled/disabled state of the imagery acquisition date control.
setInfoWindow(InfoWindow) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
The InfoWindow in which to render text information when a marker is clicked.
setInfoWindowHtml(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's balloon styled text, if set.
setInstructions(String) - Method in class com.google.gwt.maps.client.services.DirectionsStep
Instructions for this step.
setInternational_Phone_Number(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's phone number in international format.
setJso(MapImpl) - Method in class com.google.gwt.maps.client.MapWidget
sets JavaScriptObject instance.
setKeyboardShortcuts(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set If false, prevents the map from being controlled by the keyboard.
setKeyword(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
A term to be matched against all available fields, including but not limited to name, type, and address, as well as customer reviews and other third-party content.
setLabelColor(LabelColor) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Sets the color of labels on the weather layer.
setLatLng(LatLng) - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
sets The latlng of the panorama.
setLegs(JsArray<DirectionsLeg>) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
An array of DirectionsLegs, each of which contains information about the steps of which it is composed.
setLimit(int) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
Limit on the number of results returned by the query.
setLinks(JsArray<StreetViewLink>) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
sets Specifies the navigational links to adjacent panoramas.
setLinksControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The enabled/disabled state of the links control.
setLocation(LatLng) - Method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
The Place's position.
setLocation(LatLng) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
The location around which to search for Places.
setLocation(LatLng) - Method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
The location around which to search for Places.
setLocation(String) - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
Waypoint location.
setLocation(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
Waypoint location.
setLocation(LatLng) - Method in class com.google.gwt.maps.client.services.ElevationResult
The location of this elevation result.
setLocation(LatLng) - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
The latitude/longitude coordinates of this result
setLocation(LatLng) - Method in class com.google.gwt.maps.client.services.GeocoderRequest
LatLng about which to search.
setLocation(StreetViewLocation) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
sets Specifies the location meta-data for this panorama.
setLocation(LatLng) - Method in class com.google.gwt.maps.client.visualizationlib.WeightedLocation
The location of data point.
setLocation(String) - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
The location name of this feature, e.g.
setLocation_Type(GeocoderLocationType) - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
The type of location returned in location
setLocations(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.LocationElevationRequest
The discrete locations for which to retrieve elevations.
setLong_Name(String) - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
The full text of the address component
setLow(double) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set the lowest temperature reached during the day.
setLow(double) - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Set the lowest temperature reached during the day.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Associates this AdUnit with the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
The map associated with this AdUnit.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Associates this AdUnit with the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
Attaches the DrawingManager object to the specified Map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
The Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.BicyclingLayer
 
setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayer
Renders the layer on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
Renders the layer on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.KmlLayer
Renders the KML Layer on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
Renders the KML Layer on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.TrafficLayer
 
setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.TransitLayer
Renders the layer on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Circle
Renders the circle on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Sets Map on which to display Polyline.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
Renders the groundoverlay on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
sets Map on which to display Polyline.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Marker
set Map
setMap(StreetViewPanoramaWidget) - Method in class com.google.gwt.maps.client.overlays.Marker
set Map
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Map on which to display Polyline.
setMap(StreetViewPanoramaWidget) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
 
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.OverlayView
set Map
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Polygon
Renders this shape on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
Renders the Polygone on the map
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Polyline
Renders this shape on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets Map on which to display Polyline.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Rectangle
Renders the rectangle on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
sets Map on which to display Polyline.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
The map on which to display the layer.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
The map on which to display the layer.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
This method specifies the map on which directions will be rendered.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Map on which to display the directions.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayer
Renders the heatmap on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
Renders the heatmap on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.weatherlib.CloudLayer
 
setMap(MapWidget) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayer
Renders the layer on the specified map.
setMap(MapWidget) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Layer will be rendered to this map
setMapMaker(boolean) - Method in class com.google.gwt.maps.client.MapOptions
Sets Map Maker usage.
setMapPane(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
sets This pane is the lowest pane and is above the tiles.
setMapTypeControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set The initial enabled/disabled state of the Map type control.
setMapTypeControlOptions(MapTypeControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
set The initial display options for the Map type control.
setMapTypeId(MapTypeId) - Method in class com.google.gwt.maps.client.MapImpl
set MapTypeId
setMapTypeId(String) - Method in class com.google.gwt.maps.client.MapImpl
set MapTypeId
setMapTypeId(MapTypeId) - Method in class com.google.gwt.maps.client.MapOptions
The initial Map MapTypeId.
setMapTypeId(String) - Method in class com.google.gwt.maps.client.MapOptions
The initial Map MapTypeId.
setMapTypeId(MapTypeId) - Method in class com.google.gwt.maps.client.MapWidget
set MapTypeId
setMapTypeId(String) - Method in class com.google.gwt.maps.client.MapWidget
set MapTypeId (custom id if not in standard enum)
setMapTypeIds(MapTypeId[]) - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
set IDs of map types to show in the control.
setMapTypeIds(String[]) - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
set user defined string ID of map types to show in the control.
setMapTypesRegistry(MapTypeRegistry) - Method in class com.google.gwt.maps.client.MapImpl
TODO sets A registry of MapType instances by string ID.
setMapTypesRegistry(MapTypeRegistry) - Method in class com.google.gwt.maps.client.MapWidget
TODO sets A registry of MapType instances by string ID.
setMapTypeStyles(MapTypeStyle[]) - Method in class com.google.gwt.maps.client.MapOptions
 
setMarkerOptions(MarkerOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new markers created with this DrawingManager.
setMarkerOptions(FusionTablesMarkerOptions) - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
sets Options which control the appearance of point features.
setMarkerOptions(MarkerOptions) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Options for the markers.
setMaxIntensity(double) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
The maximum intensity of the heatmap.
setMaxWidth(int) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
sets Maximum width of the infowindow, regardless of content's width.
setMaxZoom(int) - Method in class com.google.gwt.maps.client.MapOptions
set The maximum zoom level which will be displayed on the map.
setMaxZoom(int) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
sets The maximum zoom level for the map when displaying this MapType.
setMaxZoom(int) - Method in interface com.google.gwt.maps.client.maptypes.MapType
sets The maximum zoom level for the map when displaying this MapType.
setMaxZoom(int) - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
sets The maximum zoom level for the map when displaying this MapType.
setMinZoom(int) - Method in class com.google.gwt.maps.client.MapOptions
set The minimum zoom level which will be displayed on the map.
setMinZoom(int) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
sets The minimum zoom level for the map when displaying this MapType.
setMinZoom(int) - Method in interface com.google.gwt.maps.client.maptypes.MapType
sets The minimum zoom level for the map when displaying this MapType.
setMinZoom(int) - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
sets The minimum zoom level for the map when displaying this MapType.
setName(String) - Method in class com.google.gwt.maps.client.layers.KmlAuthor
The author's name, or an empty string if not specified.
setName(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup.
setName(String) - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
The layer's , extracted from the layer markup.
setName(String) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
set Name to display in the MapTypeControl.
setName(String) - Method in interface com.google.gwt.maps.client.maptypes.MapType
sets Name to display in the MapTypeControl.
setName(String) - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
sets The name to display in the map type control.
setName(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's name.
setName(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
Restricts the Place search results to Places that include this text in the name.
setNoClear(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set If true, do not clear the contents of the Map div.
setOffset(int) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
Offset into the sorted results.
setOpacity(double) - Method in class com.google.gwt.maps.client.maptypes.ImageMapType
Sets the opacity level (0 (transparent) to 1.0) of the ImageMapType tiles.
setOpacity(double) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
The opacity to apply to the tiles.
setOpacity(double) - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
Sets the opacity of this ground overlay.
setOpacity(double) - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
The opacity of the overlay, expressed as a number between 0 and 1.
Optional.
setOpacity(double) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
The opacity of the heatmap, expressed as a number between 0 and 1.
setOpened(boolean) - Method in class com.google.gwt.maps.client.controls.OverviewMapControlOptions
sets Whether the control should display in opened mode or collapsed (minimized) mode.
setOptimized(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Optimization renders many markers as a single static element.
setOptimizeWaypoints(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
If set to true, the DirectionService will attempt to re-order the supplied intermediate waypoints to minimize overall cost of the route.
setOption(PanoramioLayerOptions) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
This object defines the properties that can be set on a PanoramioLayer object.
setOptions(FusionTablesLayerOptions) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayer
set Options
setOptions(MapOptions) - Method in class com.google.gwt.maps.client.MapImpl
set MapOptions
setOptions(MapOptions) - Method in class com.google.gwt.maps.client.MapWidget
set MapOptions
setOptions(CircleOptions) - Method in class com.google.gwt.maps.client.overlays.Circle
sets the Circle options
setOptions(InfoWindowOptions) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
set Options
setOptions(MarkerOptions) - Method in class com.google.gwt.maps.client.overlays.Marker
set Options
setOptions(PolygonOptions) - Method in class com.google.gwt.maps.client.overlays.Polygon
set Options
setOptions(PolylineOptions) - Method in class com.google.gwt.maps.client.overlays.Polyline
set Options
setOptions(RectangleOptions) - Method in class com.google.gwt.maps.client.overlays.Rectangle
sets the Rectangle options
setOptions(DirectionsRendererOptions) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
Change the options settings of this DirectionsRenderer after initialization.
setOptions(WeatherLayerOptions) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayer
Sets the WeatherLayer's options.
setOrderBy(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
The method by which to sort the results.
setOrigin(Point) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
sets The position of the image within a sprite, if any.
setOrigin(String) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Location of origin.
setOrigin(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Location of origin.
setOriginAddresses(JsArrayString) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
The formatted origin addresses.
setOrigins(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
setOrigins(JsArrayString) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
setOverlayImage(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
sets This pane contains the marker foreground images.
setOverlayLayer(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
sets This pane contains polylines, polygons, ground overlays and tile layer overlays.
setOverlayMapTypes(MVCArray<JavaScriptObject>) - Method in class com.google.gwt.maps.client.MapImpl
TODO sets Additional map types to overlay.
setOverlayMapTypes(MVCArray<JavaScriptObject>) - Method in class com.google.gwt.maps.client.MapWidget
TODO sets Additional map types to overlay.
setOverlayMouseTarget(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
sets This pane contains elements that receive DOM mouse events, such as the transparent targets for markers.
setOverlayShadow(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
sets This pane contains the marker shadows.
setOverview_Path(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
An array of LatLngs representing the entire course of this route.
setOverviewMapControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set The enabled/disabled state of the Overview Map control.
setOverviewMapControlOptions(OverviewMapControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
set The display options for the Overview Map control.
setPanControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
The enabled/disabled state of the Pan control.
setPanControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The enabled/disabled state of the pan control.
setPanControlOptions(PanControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
sets The display options for the Pan control.
setPanControlOptions(PanControlOptions) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The display options for the pan control.
setPanel(Element) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
This method renders the directions in a <div>.
setPanel(Element) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
The <div> in which to display the directions steps.
setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
sets A unique identifier for the panorama.
setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
sets A unique identifier for the panorama.
setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Sets the current panorama ID for the Street View panorama.
setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The panorama ID, which should be set when specifying a custom panorama.
setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Sets the current panorama ID for the Street View panorama.
setPanoProvider(StreetViewPanoramaProvider) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets Custom panorama provider, which takes a string pano id and returns an object defining the panorama given that id.
setPath(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polygon
Sets the first path.
setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polygon
Sets the first path.
setPath(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polyline
Sets the first path.
setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polyline
Sets the first path.
setPath(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets The ordered sequence of coordinates of the Polyline.
setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets The ordered sequence of coordinates of the Polyline.
setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DirectionsStep
A sequence of LatLngs describing the course of this step.
setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.PathElevationRequest
The path along which to collect elevation values.
setPaths(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polygon
Sets the path for this polygon.
setPaths(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polygon
Sets the path for this polygon.
setPaths(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
The ordered sequence of coordinates that designates a closed loop.
setPaths(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
The ordered sequence of coordinates that designates a closed loop.
setPathss(MVCArray<MVCArray<LatLng>>) - Method in class com.google.gwt.maps.client.overlays.Polygon
Sets the path for this polygon.
setPathss(JsArray<JsArray<LatLng>>) - Method in class com.google.gwt.maps.client.overlays.Polygon
Sets the path for this polygon.
setPathss(MVCArray<MVCArray<LatLng>>) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
The ordered sequence of coordinates that designates a closed loop.
setPathss(JsArray<JsArray<LatLng>>) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
The ordered sequence of coordinates that designates a closed loop.
setPhotoId(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The unique identifier for this photo, as used in the Panoramio API.
setPitch(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
sets The camera pitch in degrees, relative to the street view vehicle.
setPixelOffet(Size) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
sets The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
setPolygonOptions(PolygonOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new polygons created with this DrawingManager.
setPolygonOptions(FusionTablesPolygonOptions) - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
sets Options which control the appearance of polygons.
setPolylineOptions(PolylineOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new polylines created with this DrawingManager.
setPolylineOptions(FusionTablesPolylineOptions) - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
sets Options which control the appearance of polylines.
setPolylineOptions(PolylineOptions) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Options for the polylines.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
Sets the ControlPosition at which to display the AdUnit on the map.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
The position of the AdUnit.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
Sets the ControlPosition at which to display the AdUnit on the map.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
Position id.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.PanControlOptions
Position id.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.RotateControlOptions
Position id.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.ScaleControlOptions
Position id.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.StreetViewControlOptions
Position id.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.ZoomControlOptions
Position id.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
Position id.
setPosition(LatLng) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
set Position
setPosition(LatLng) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
sets The LatLng at which to display this InfoWindow.
setPosition(LatLng) - Method in class com.google.gwt.maps.client.overlays.Marker
set Position
setPosition(LatLng) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Marker position.
setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.streetview.StreetViewAddressControlOptions
Position id.
setPosition(LatLng) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Sets the current LatLng position for the Street View panorama.
setPosition(LatLng) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The LatLng position of the Street View panorama.
setPosition(LatLng) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Sets the current LatLng position for the Street View panorama.
setPov(StreetViewPov) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Sets the point of view for the Street View panorama.
setPov(StreetViewPov) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Sets the point of view for the Street View panorama.
setPreserveViewport(boolean) - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
By default, the input map is centered and zoomed to the bounding box of the contents of the layer.
setPreserveViewport(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
By default, the input map is centered and zoomed to the bounding box of this set of directions.
setProjection(Projection) - Method in interface com.google.gwt.maps.client.maptypes.MapType
sets The Projection used to render this MapType.
setProvideRouteAlternatives(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Whether or not route alternatives should be provided.
setPublisherId(String) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
Your AdSense for Content publisher ID.
setQuery(FusionTablesQuery) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
sets Options defining the data to display.
setQuery(String) - Method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
The request's query term.
setRadius(int) - Method in interface com.google.gwt.maps.client.maptypes.MapType
sets Radius of the planet for the map, in meters.
setRadius(double) - Method in class com.google.gwt.maps.client.overlays.Circle
Sets the radius of this circle (in meters).
setRadius(double) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Sets The radius in meters on the Earth's surface
setRadius(double) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
The distance from the given location within which to search for Places, in meters.
setRadius(double) - Method in class com.google.gwt.maps.client.placeslib.TextSearchRequest
The radius of the area used to bias results when searching for Places, in meters.
setRadius(double) - Method in class com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
The radius of influence for each data point, in pixels.
setRaiseOnDrag(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets If false, disables raising and lowering the marker on drag.
setRating(int) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The Place's rating, from 0.0 to 5.0, based on user reviews.
setRectangleOptions(RectangleOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
Options to apply to any new rectangles created with this DrawingManager.
setReference(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceDetailsRequest
The reference of the Place for which details are being requested.
setReference(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
An opaque string that may be used to retrieve up-to-date information about this Place (via PlacesService.getDetails()).
setRegion(String) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Region code used as a bias for geocoding requests.
setRegion(String) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
Region code used as a bias for geocoding requests.
setRegion(String) - Method in class com.google.gwt.maps.client.services.GeocoderRequest
Country code top-level domain within which to search.
setResolution(double) - Method in class com.google.gwt.maps.client.services.ElevationResult
The distance, in meters, between sample points from which the elevation was interpolated.
setRotateControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set The enabled/disabled state of the Rotate control.
setRotateControlOptions(RotateControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
set The display options for the Rotate control.
setRouteIndex(int) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
Set the (zero-based) index of the route in the DirectionsResult object to render.
setRouteIndex(int) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
The index of the route within the DirectionsResult object.
setRoutes(JsArray<DirectionsRoute>) - Method in class com.google.gwt.maps.client.services.DirectionsResult
An array of DirectionsRoutes, each of which contains information about the legs and steps of which it is composed.
setRows(JsArray<DistanceMatrixResponseRow>) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
The rows of the matrix, corresponding to the origin addresses.
setSamples(int) - Method in class com.google.gwt.maps.client.services.PathElevationRequest
Required.
setScaleControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set The initial enabled/disabled state of the Scale control.
setScaleControlOptions(ScaleControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
set The initial display options for the Scale control.
setScaledSize(Size) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
sets The size of the entire image after scaling, if any.
setScrollWheel(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set If false, disables scrollwheel zooming on the map.
setScrollWheel(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets If false, disables scrollwheel zooming in Street View.
setSelect(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
sets A column, containing geographic features to be displayed on the map.
setShadow(String) - Method in class com.google.gwt.maps.client.overlays.Marker
set Shadow
setShadow(MarkerImage) - Method in class com.google.gwt.maps.client.overlays.Marker
set MarkerImage
setShadow(String) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Shadow image
setShadow(MarkerImage) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Shadow image
setShape(MarkerShape) - Method in class com.google.gwt.maps.client.overlays.Marker
set Shape
setShape(MarkerShape) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Image map region definition used for drag/click.
setShort_Name(String) - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
The abbreviated, short text of the given address component
setShortDay(String) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set the day of the week in short form, e.g.
setShortDay(String) - Method in class com.google.gwt.maps.client.weatherlib.WeatherForecast
Set the day of the week in short form, e.g.
setSize(Size) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
sets The display size of the sprite or image.
setSnippet(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
The feature's , extracted from the layer markup.
setSnippet(String) - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
The layer's , extracted from the layer markup
setStart_Address(String) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The address of the origin of this leg.
setStart_Location(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
setStart_Location(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsStep
The starting location of this step.
setStatus(DistanceMatrixElementStatus) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
The status of this particular origin-destination pairing.
setStatus(MaxZoomStatus) - Method in class com.google.gwt.maps.client.services.MaxZoomResult
Status of the request.
setSteps(JsArray<DirectionsStep>) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
setStopOver(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
If true, indicates that this waypoint is a stop between the origin and destination.
setStreetView(StreetViewPanoramaImpl) - Method in class com.google.gwt.maps.client.MapImpl
Sets the angle of incidence for aerial imagery (available for SATELLITE and HYBRID map types) measured in degrees from the viewport plane to the map plane.
setStreetView(StreetViewPanoramaImpl) - Method in class com.google.gwt.maps.client.MapWidget
Sets the angle of incidence for aerial imagery (available for SATELLITE and HYBRID map types) measured in degrees from the viewport plane to the map plane.
setStreetViewControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
set A StreetViewPanorama to display when the Street View Pegman is dropped on the map.
setStreetViewControlOptions(StreetViewControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
The initial enabled/disabled state of the Street View Pegman control.
setStreeViewPov(StreetViewPov) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
The camera orientation, specified as heading, pitch, and zoom, for the panorama.
setStrokeColor(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
sets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
setStrokeColor(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
sets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
setStrokeColor(String) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Sets The stroke color.
setStrokeColor(String) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
sets The stroke color.
setStrokeColor(String) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets The stroke color.
setStrokeColor(String) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
sets The stroke color.
setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
sets The stroke opacity between 0.0 and 1.0.
setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
sets The stroke opacity between 0.0 and 1.0.
setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Sets The stroke opacity between 0.0 and 1.0
setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
sets The stroke opacity between 0.0 and 1.0
setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets The stroke opacity between 0.0 and 1.0
setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
sets The stroke opacity between 0.0 and 1.0
setStrokeWeight(int) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
sets The stroke width in pixels, between 0 and 10.
setStrokeWeight(int) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
sets The stroke width in pixels, between 0 and 10.
setStrokeWeight(int) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Sets The stroke width in pixels.
setStrokeWeight(int) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
sets The stroke width in pixels.
setStrokeWeight(int) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets The stroke width in pixels.
setStrokeWeight(int) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
sets The stroke width in pixels.
setStyle(ScaleControlStyle) - Method in class com.google.gwt.maps.client.controls.ScaleControlOptions
set Style id.
setStyle(ZoomControlStyle) - Method in class com.google.gwt.maps.client.controls.ZoomControlOptions
sets Style id.
setStylers(MapTypeStyler[]) - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
 
setStyles(JsArray<FusionTablesStyle>) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
sets An array of up to 5 style specifications, which control the appearance of features within the layer.
setSuppressBicyclingLayer(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Suppress the rendering of the BicyclingLayer when bicycling directions are requested.
setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
sets Suppress the rendering of info windows when layer features are clicked.
setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
Suppress the rendering of info windows when layer features are clicked.
setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
Suppress the rendering of info windows when layer features are clicked.
setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Suppress the rendering of info windows.
setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Sets Suppress the rendering of info windows when layer features are clicked.
setSuppressMarkers(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Suppress the rendering of markers.
setSuppressPolylines(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
Suppress the rendering of polylines.
setTag(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
A panoramio tag used to filter the photos which are displayed.
setTag(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
A panoramio tag used to filter the photos which are displayed.
setTemperature(double) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set the current temperature, in the specified temperature units.
setTemperatureUnits(TemperatureUnit) - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
Sets the units to use for temperature.
setTemperatureUnits(TemperatureUnit) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Sets the units to use for temperature.
setText(String) - Method in class com.google.gwt.maps.client.services.Distance
A string representation of the distance value, using the UnitSystem specified in the request.
setText(String) - Method in class com.google.gwt.maps.client.services.Duration
A string representation of the duration value.
setTileData(StreetViewTileData) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
sets Specifies the custom tiles for this panorama.
setTileSize(Size) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
sets The tile size.
setTileSize(Size) - Method in interface com.google.gwt.maps.client.maptypes.MapType
sets The dimensions of each tile.
setTileSize(Size) - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
sets The size (in pixels) at which tiles will be rendered.
setTileUrl(TileUrlCallBack) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
setup a callback to process the url creation Returns a string (URL) for given tile coordinate (x, y) and zoom level.
setTilt(int) - Method in class com.google.gwt.maps.client.MapImpl
Sets the angle of incidence for aerial imagery (available for SATELLITE and HYBRID map types) measured in degrees from the viewport plane to the map plane.
setTilt(int) - Method in class com.google.gwt.maps.client.MapOptions
sets The angle of incidence of the map as measured in degrees from the viewport plane to the map plane.
setTilt(int) - Method in class com.google.gwt.maps.client.MapWidget
Sets the angle of incidence for aerial imagery (available for SATELLITE and HYBRID map types) measured in degrees from the viewport plane to the map plane.
setTitle(String) - Method in class com.google.gwt.maps.client.overlays.Marker
set Title
setTitle(String) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets Rollover text
setTitle(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The title of the photo.
setTravel_Mode(TravelMode) - Method in class com.google.gwt.maps.client.services.DirectionsStep
The mode of travel used in this step.
setTravelMode(TravelMode) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Type of routing requested.
setTravelMode(TravelMode) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
Region code used as a bias for geocoding requests.
setType(MarkerShapeType) - Method in class com.google.gwt.maps.client.overlays.MarkerShape
sets Describes the shape's type and can be circle, poly or rect.
setTypes(AutocompleteType...) - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
Sets the types of predictions to be returned.
setTypes(AutocompleteType...) - Method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
Sets the types of predictions to be returned.
setTypes(JsArrayString) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
An array of types for this Place (e.g., ["political", "locality"] or ["restaurant", "establishment"]).
setTypes(AutocompleteType...) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
Restricts the Place search results to Places with a type matching at least one of the specified types in this array.
setTypes(List<String>) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
 
setTypes(String...) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
 
setTypes(JsArrayString) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
 
setTypes(JsArrayString) - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
An array of strings denoting the type of this address component
setTypes(JsArrayString) - Method in class com.google.gwt.maps.client.services.GeocoderResult
An array of strings denoting the type of the returned geocoded element.
setUnitSystem(UnitSystem) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Preferred unit system to use when displaying distance.
setUnitSystem(UnitSystem) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
Type of routing requested.
setUri(String) - Method in class com.google.gwt.maps.client.layers.KmlAuthor
The author's home page, or an empty string if not specified.
setUrl(String) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
sets The URL of the image or sprite sheet.
setUrl(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The URL of the photo.
setUrl(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
URL of the associated Google Place Page.
setUserId(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
The unique identifier for the user who uploaded this photo, as used in the Panoramio API.
setUserId(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
A Panoramio user ID.
setUserId(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
A Panoramio user ID.
setValue(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesCell
The contents of the cell.
setValue(int) - Method in class com.google.gwt.maps.client.services.Distance
The distance in meters.
setValue(int) - Method in class com.google.gwt.maps.client.services.Duration
The duration in seconds.
setValues(HashMap<String, String>) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Sets a collection of key-value pairs.
setVia_Waypoints(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
An array of waypoints along this leg that were not specified in the original request, either as a result of a user dragging the polyline or selecting an alternate route.
setVicinity(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
A fragment of the Place's address for disambiguation (usually street name and locality).
setViewPort(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
The preferred viewport when displaying this Place on a map.
setViewPort(LatLngBounds) - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
The bounds of the recommended viewport for displaying this GeocodeResult
setVisibile(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
Deprecated.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlays.Marker
set Visible
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets If true, the marker is visible
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlays.Polygon
Hides this poly if set to false.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
Whether this polygon is visible on the map.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlays.Polyline
Hides this polyline if set to false.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
Whether this polyline is visible on the map.
setVisible(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Sets to true to make the panorama visible.
setVisible(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets If true, the Street View panorama is visible on load.
setVisible(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Sets to true to make the panorama visible.
setWarnings(JsArrayString) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
Warnings to be displayed when showing these directions.
setWayPoint_Order(JsArrayInteger) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
If optimizeWaypoints was set to true, this field will contain the re-ordered permutation of the input waypoints.
setWaypoints(JsArray<DirectionsWaypoint>) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
Array of intermediate waypoints.
setWebsite(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
The authoritative website for this Place, such as a business' homepage.
setWeight(double) - Method in class com.google.gwt.maps.client.visualizationlib.WeightedLocation
Set the weighting value of the data point.
setWhere(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
sets The SQL predicate to be applied to the layer.
setWhere(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
sets The SQL predicate to be applied to the layer.
setWidth(double) - Method in class com.google.gwt.maps.client.base.Size
sets The width along the x-axis, in pixels.
setWindDirection(String) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set the current wind direction.
setWindSpeed(double) - Method in class com.google.gwt.maps.client.weatherlib.WeatherConditions
Set the current wind speed, in the specified wind speed units.
setWindSpeedUnits(WindSpeedUnit) - Method in class com.google.gwt.maps.client.weatherlib.WeatherFeature
Sets the units to use for wind speed.
setWindSpeedUnits(WindSpeedUnit) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
Sets the units to use for wind speed.
setWorldSize(Size) - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
sets The size (in pixels) of the whole panorama's "world".
setZindex(int) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
Sets The zIndex compared to other rectangles.
setZindex(int) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
set Z index
setZindex(int) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
sets All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying in front of InfoWindows with lower values.
setZindex(int) - Method in class com.google.gwt.maps.client.overlays.Marker
set Z index
setZindex(int) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
sets All markers are displayed on the map in order of their zIndex, with higher values displaying in front of markers with lower values.
setZindex(int) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
sets The zIndex compared to other polys.
setZindex(int) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
sets The zIndex compared to other polys.
setZindex(int) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
sets The zIndex compared to other rectangles.
setZoom(int) - Method in class com.google.gwt.maps.client.MapImpl
sets map zoom
setZoom(int) - Method in class com.google.gwt.maps.client.MapOptions
The initial Map zoom level.
setZoom(int) - Method in class com.google.gwt.maps.client.MapWidget
sets map zoom
setZoom(int) - Method in class com.google.gwt.maps.client.services.MaxZoomResult
The maximum zoom level found at the given LatLng.
setZoom(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
sets The zoom level.
setZoomControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
sets The enabled/disabled state of the Zoom control.
setZoomControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The enabled/disabled state of the zoom control.
setZoomControlOptions(ZoomControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
sets The display options for the Zoom control.
setZoomControlOptions(ZoomControlOptions) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
sets The display options for the zoom control.
ShadowChangeEventFormatter - Class in com.google.gwt.maps.client.events.shadow
 
ShadowChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.shadow.ShadowChangeEventFormatter
 
ShadowChangeMapEvent - Class in com.google.gwt.maps.client.events.shadow
 
ShadowChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.shadow.ShadowChangeMapEvent
 
ShadowChangeMapHandler - Interface in com.google.gwt.maps.client.events.shadow
 
ShapeChangeEventFormatter - Class in com.google.gwt.maps.client.events.shape
 
ShapeChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.shape.ShapeChangeEventFormatter
 
ShapeChangeMapEvent - Class in com.google.gwt.maps.client.events.shape
 
ShapeChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.shape.ShapeChangeMapEvent
 
ShapeChangeMapHandler - Interface in com.google.gwt.maps.client.events.shape
 
Size - Class in com.google.gwt.maps.client.base
Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
Size() - Constructor for class com.google.gwt.maps.client.base.Size
creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
SphericalUtils - Class in com.google.gwt.maps.client.geometrylib
Utility functions for computing geodesic angles, distances and areas.
The default radius is Earth's radius of 6378137 meters.

See Encoding Utils API Doc
SphericalUtils() - Constructor for class com.google.gwt.maps.client.geometrylib.SphericalUtils
 
stop() - Method in class com.google.gwt.maps.client.events.MouseEvent
Prevents this event from propagating further.
StreetViewAddressControlOptions - Class in com.google.gwt.maps.client.streetview
Options for the rendering of the Street View address control.
StreetViewAddressControlOptions() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewAddressControlOptions
Options for the rendering of the Street View address control.
StreetViewControlOptions - Class in com.google.gwt.maps.client.controls
Options for the rendering of the Street View pegman control on the map.
StreetViewControlOptions() - Constructor for class com.google.gwt.maps.client.controls.StreetViewControlOptions
Options for the rendering of the Street View pegman control on the map.
StreetViewLink - Class in com.google.gwt.maps.client.streetview
A collection of references to adjacent Street View panos.
StreetViewLink() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewLink
A collection of references to adjacent Street View panos.
StreetViewLocation - Class in com.google.gwt.maps.client.streetview
A representation of a location in the Street View panorama.
StreetViewLocation() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewLocation
A representation of a location in the Street View panorama.
StreetViewPanoramaData - Class in com.google.gwt.maps.client.streetview
The representation of a panorama returned from the provider defined using registerPanoProvider.
StreetViewPanoramaData() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
The representation of a panorama returned from the provider defined using registerPanoProvider.
StreetViewPanoramaImpl - Class in com.google.gwt.maps.client.streetview
Displays the panorama for a given LatLng or panorama ID.
StreetViewPanoramaImpl() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
Displays the panorama for a given LatLng or panorama ID.
StreetViewPanoramaOptions - Class in com.google.gwt.maps.client.streetview
Options defining the properties of a StreetViewPanorama object.
StreetViewPanoramaOptions() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
Options defining the properties of a StreetViewPanorama object.
StreetViewPanoramaProvider - Interface in com.google.gwt.maps.client.streetview
StreetViewPanoramaWidget - Class in com.google.gwt.maps.client.streetview
Displays the panorama for a given LatLng or panorama ID.
StreetViewPanoramaWidget(StreetViewPanoramaOptions) - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
Displays the panorama for a given LatLng or panorama ID.
StreetViewPov - Class in com.google.gwt.maps.client.streetview
A point of view object which specifies the camera's orientation at the Street View panorama's position.
StreetViewPov() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPov
A point of view object which specifies the camera's orientation at the Street View panorama's position.
StreetViewService - Class in com.google.gwt.maps.client.streetview
A StreetViewService object performs searches for Street View data.
StreetViewService() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewService
use newInstance();
StreetViewStatus - Enum in com.google.gwt.maps.client.streetview
The status returned by the StreetViewService on completion of a Street View request.
StreetViewTileData - Class in com.google.gwt.maps.client.streetview
The properties of the tile set used in a Street View panorama.
StreetViewTileData() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewTileData
The properties of the tile set used in a Street View panorama.
StyledMapType - Class in com.google.gwt.maps.client.maptypes
Creates a MapType with a custom style.
StyledMapType() - Constructor for class com.google.gwt.maps.client.maptypes.StyledMapType
use newInstance();
StyledMapTypeOptions - Class in com.google.gwt.maps.client.maptypes
This class is used to specify options when creating a StyledMapType.
StyledMapTypeOptions() - Constructor for class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
use newInstance();

T

TemperatureUnit - Enum in com.google.gwt.maps.client.weatherlib
The temperature unit displayed by the weather layer.
Test - Class in com.google.gwt.maps.client.services
 
Test() - Constructor for class com.google.gwt.maps.client.services.Test
 
test() - Method in class com.google.gwt.maps.client.services.Test
 
textSearch(TextSearchRequest, PlaceTextSearchHandler) - Method in class com.google.gwt.maps.client.placeslib.PlacesService
Similar to the nearbySearch function, with the following differences: it retrieves a list of Places based on the query attribute in the given request object; bounds or location + radius parameters are optional; and the region, when provided, will not restrict the results to places inside the area, only bias the response towards results near it.
TextSearchRequest - Class in com.google.gwt.maps.client.placeslib
 
TextSearchRequest() - Constructor for class com.google.gwt.maps.client.placeslib.TextSearchRequest
 
TilesLoadedEventFormatter - Class in com.google.gwt.maps.client.events.tiles
 
TilesLoadedEventFormatter() - Constructor for class com.google.gwt.maps.client.events.tiles.TilesLoadedEventFormatter
 
TilesLoadedMapEvent - Class in com.google.gwt.maps.client.events.tiles
 
TilesLoadedMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.tiles.TilesLoadedMapEvent
 
TilesLoadedMapHandler - Interface in com.google.gwt.maps.client.events.tiles
 
TileUrlCallBack - Interface in com.google.gwt.maps.client.maptypes
 
TileUrlHandler - Interface in com.google.gwt.maps.client.streetview
 
TiltChangeEventFormatter - Class in com.google.gwt.maps.client.events.tilt
 
TiltChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.tilt.TiltChangeEventFormatter
 
TiltChangeMapEvent - Class in com.google.gwt.maps.client.events.tilt
 
TiltChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.tilt.TiltChangeMapEvent
 
TiltChangeMapHandler - Interface in com.google.gwt.maps.client.events.tilt
 
TitleChangeEventFormatter - Class in com.google.gwt.maps.client.events.title
 
TitleChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.title.TitleChangeEventFormatter
 
TitleChangeMapEvent - Class in com.google.gwt.maps.client.events.title
 
TitleChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.title.TitleChangeMapEvent
 
TitleChangeMapHandler - Interface in com.google.gwt.maps.client.events.title
 
toSpan() - Method in class com.google.gwt.maps.client.base.LatLngBounds
Converts the given map bounds to a lat/lng span.
toString() - Method in enum com.google.gwt.maps.client.adsense.AdFormat
 
toString() - Method in enum com.google.gwt.maps.client.controls.ControlPosition
 
toString() - Method in enum com.google.gwt.maps.client.controls.ScaleControlStyle
return the enum Type as a String
toString() - Method in enum com.google.gwt.maps.client.controls.ZoomControlStyle
return the enum Type as a String
toString() - Method in enum com.google.gwt.maps.client.drawinglib.OverlayType
 
toString() - Method in enum com.google.gwt.maps.client.events.MapEventType
 
toString() - Method in enum com.google.gwt.maps.client.layers.KmlLayerStatus
 
toString() - Method in enum com.google.gwt.maps.client.LoadApi.LoadLibrary
 
toString() - Method in enum com.google.gwt.maps.client.MapTypeId
 
toString() - Method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleElementType
return the enum Type as a String
toString() - Method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleFeatureType
return the enum Type as a String
toString() - Method in enum com.google.gwt.maps.client.overlays.Animation
return the enum Type as a String
toString() - Method in enum com.google.gwt.maps.client.overlays.MarkerShapeType
return the enum Type as a String
toString() - Method in enum com.google.gwt.maps.client.placeslib.AutocompleteType
 
toString() - Method in enum com.google.gwt.maps.client.placeslib.PlacesServiceStatus
 
toString() - Method in enum com.google.gwt.maps.client.services.DirectionsStatus
 
toString() - Method in enum com.google.gwt.maps.client.services.DistanceMatrixElementStatus
 
toString() - Method in enum com.google.gwt.maps.client.services.DistanceMatrixStatus
 
toString() - Method in enum com.google.gwt.maps.client.services.ElevationStatus
 
toString() - Method in enum com.google.gwt.maps.client.services.GeocoderLocationType
 
toString() - Method in enum com.google.gwt.maps.client.services.GeocoderStatus
 
toString() - Method in enum com.google.gwt.maps.client.services.MaxZoomStatus
 
toString() - Method in enum com.google.gwt.maps.client.services.TravelMode
 
toString() - Method in enum com.google.gwt.maps.client.services.UnitSystem
 
toString() - Method in enum com.google.gwt.maps.client.streetview.StreetViewStatus
 
toString() - Method in enum com.google.gwt.maps.client.weatherlib.LabelColor
 
toString() - Method in enum com.google.gwt.maps.client.weatherlib.TemperatureUnit
 
toString() - Method in enum com.google.gwt.maps.client.weatherlib.WindSpeedUnit
 
toUrlValue(int) - Method in class com.google.gwt.maps.client.base.LatLngBounds
Returns a string of the form "lat_lo,lng_lo,lat_hi,lng_hi" for this bounds, where "lo" corresponds to the southwest corner of the bounding box, while "hi" corresponds to the northeast corner of that box.
TrafficLayer - Class in com.google.gwt.maps.client.layers
A traffic layer.
TrafficLayer() - Constructor for class com.google.gwt.maps.client.layers.TrafficLayer
use newInstance();
TransitLayer - Class in com.google.gwt.maps.client.layers
A transit layer.
TransitLayer() - Constructor for class com.google.gwt.maps.client.layers.TransitLayer
use newInstance();
TravelMode - Enum in com.google.gwt.maps.client.services
The valid travel modes that can be specified in a DirectionsRequest as well as the travel modes returned in a DirectionsStep.
trigger(MapWidget, MapEventType, JavaScriptObject...) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
Triggers the given event.
trigger(MapWidget, MapEventType) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
Triggers the given event.
triggerResize() - Method in class com.google.gwt.maps.client.MapImpl
Has to be called to resize the map if the canvas has changed
triggerResize() - Method in class com.google.gwt.maps.client.MapWidget
Has to be called to resize the map if the canvas has changed
TYPE - Static variable in class com.google.gwt.maps.client.events.animation.AnimationChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.bounds.BoundsChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.center.CenterChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.channelnumber.ChannelNumberChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.click.ClickMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.clickable.ClickableChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.closeclick.CloseClickMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.content.ContentChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.cursor.CursorChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.dblclick.DblClickMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.directions.DirectionsChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.domready.DomReadyMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.drag.DragMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.dragend.DragEndMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.draggable.DraggableChangedMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.dragstart.DragStartMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.flat.FlatChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.format.FormatChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.heading.HeadingChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.icon.IconChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.idle.IdleMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.insertat.InsertAtMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.kmlviewport.DefaultViewportChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.links.LinksChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.mapchange.MapChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.maptypeid.MapTypeIdChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.mousedown.MouseDownMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.mousemove.MouseMoveMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.mouseout.MouseOutMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.mouseover.MouseOverMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.mouseup.MouseUpMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.pano.PanoChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.place.PlaceChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.position.PositionChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.pov.PovChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.projection.ProjectionChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.radius.RadiusChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.removeat.RemoveAtMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.resize.ResizeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.rightclick.RightClickMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.setat.SetAtMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.shadow.ShadowChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.shape.ShapeChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.tiles.TilesLoadedMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.tilt.TiltChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.title.TitleChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.visible.VisibleChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.zindex.ZindexChangeMapEvent
 
TYPE - Static variable in class com.google.gwt.maps.client.events.zoom.ZoomChangeMapEvent
 

U

unbind(String) - Method in class com.google.gwt.maps.client.mvc.MVCObject
Removes a binding.
unbindAll() - Method in class com.google.gwt.maps.client.mvc.MVCObject
Removes all bindings.
union(LatLngBounds) - Method in class com.google.gwt.maps.client.base.LatLngBounds
Extends this bounds to contain the union of this and the given bounds.
UnitSystem - Enum in com.google.gwt.maps.client.services
The valid unit systems that can be specified in a DirectionsRequest.

V

value() - Method in enum com.google.gwt.maps.client.adsense.AdFormat
 
value() - Method in enum com.google.gwt.maps.client.controls.ControlPosition
returns javascript constant value
value() - Method in enum com.google.gwt.maps.client.controls.ScaleControlStyle
return the enum value as a String
value() - Method in enum com.google.gwt.maps.client.controls.ZoomControlStyle
return the enum value as a String
value() - Method in enum com.google.gwt.maps.client.drawinglib.OverlayType
 
value() - Method in enum com.google.gwt.maps.client.events.MapEventType
 
value() - Method in enum com.google.gwt.maps.client.layers.KmlLayerStatus
 
value() - Method in enum com.google.gwt.maps.client.LoadApi.LoadLibrary
 
value() - Method in enum com.google.gwt.maps.client.MapTypeId
 
value() - Method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleElementType
return the enum value as a String
value() - Method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleFeatureType
return the enum value as a String
value() - Method in enum com.google.gwt.maps.client.overlays.Animation
return the enum value as a String
value() - Method in enum com.google.gwt.maps.client.overlays.MarkerShapeType
return the enum value as a String
value() - Method in enum com.google.gwt.maps.client.placeslib.AutocompleteType
 
value() - Method in enum com.google.gwt.maps.client.placeslib.PlacesServiceStatus
 
value() - Method in enum com.google.gwt.maps.client.services.DirectionsStatus
 
value() - Method in enum com.google.gwt.maps.client.services.DistanceMatrixElementStatus
 
value() - Method in enum com.google.gwt.maps.client.services.DistanceMatrixStatus
 
value() - Method in enum com.google.gwt.maps.client.services.ElevationStatus
 
value() - Method in enum com.google.gwt.maps.client.services.GeocoderLocationType
 
value() - Method in enum com.google.gwt.maps.client.services.GeocoderStatus
 
value() - Method in enum com.google.gwt.maps.client.services.MaxZoomStatus
 
value() - Method in enum com.google.gwt.maps.client.services.TravelMode
 
value() - Method in enum com.google.gwt.maps.client.services.UnitSystem
 
value() - Method in enum com.google.gwt.maps.client.streetview.StreetViewStatus
 
value() - Method in enum com.google.gwt.maps.client.weatherlib.LabelColor
 
value() - Method in enum com.google.gwt.maps.client.weatherlib.TemperatureUnit
 
value() - Method in enum com.google.gwt.maps.client.weatherlib.WindSpeedUnit
 
valueOf(String) - Static method in enum com.google.gwt.maps.client.adsense.AdFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.controls.ControlPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.controls.ScaleControlStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.controls.ZoomControlStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.drawinglib.OverlayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.events.MapEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.layers.KmlLayerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.LoadApi.LoadLibrary
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.MapTypeId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleFeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.overlays.Animation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.overlays.MarkerShapeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.placeslib.AutocompleteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.placeslib.PlacesServiceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.DirectionsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.DistanceMatrixElementStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.DistanceMatrixStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.ElevationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.GeocoderLocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.GeocoderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.MaxZoomStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.TravelMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.services.UnitSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.streetview.StreetViewStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.weatherlib.LabelColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.weatherlib.TemperatureUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.weatherlib.WindSpeedUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.gwt.maps.client.adsense.AdFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.controls.ControlPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.controls.ScaleControlStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.controls.ZoomControlStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.drawinglib.OverlayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.events.MapEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.layers.KmlLayerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.LoadApi.LoadLibrary
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.MapTypeId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.maptypes.MapTypeStyleFeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.overlays.Animation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.overlays.MarkerShapeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.placeslib.AutocompleteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.placeslib.PlacesServiceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.DirectionsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.DistanceMatrixElementStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.DistanceMatrixStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.ElevationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.GeocoderLocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.GeocoderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.MaxZoomStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.TravelMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.services.UnitSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.streetview.StreetViewStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.weatherlib.LabelColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.weatherlib.TemperatureUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.maps.client.weatherlib.WindSpeedUnit
Returns an array containing the constants of this enum type, in the order they are declared.
VisibleChangeEventFormatter - Class in com.google.gwt.maps.client.events.visible
 
VisibleChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.visible.VisibleChangeEventFormatter
 
VisibleChangeMapEvent - Class in com.google.gwt.maps.client.events.visible
 
VisibleChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.visible.VisibleChangeMapEvent
 
VisibleChangeMapHandler - Interface in com.google.gwt.maps.client.events.visible
 

W

WeatherConditions - Class in com.google.gwt.maps.client.weatherlib
Describes a single weather feature.

See WeatherConditions API Doc
WeatherConditions() - Constructor for class com.google.gwt.maps.client.weatherlib.WeatherConditions
use newInstance();
WeatherFeature - Class in com.google.gwt.maps.client.weatherlib
This object describes a single Weather feature..
WeatherFeature() - Constructor for class com.google.gwt.maps.client.weatherlib.WeatherFeature
use newInstance();
WeatherForecast - Class in com.google.gwt.maps.client.weatherlib
Describes a single day's weather forecast.
WeatherForecast() - Constructor for class com.google.gwt.maps.client.weatherlib.WeatherForecast
use newInstance();
WeatherLayer - Class in com.google.gwt.maps.client.weatherlib
A layer showing current weather conditions.
WeatherLayer() - Constructor for class com.google.gwt.maps.client.weatherlib.WeatherLayer
use newInstance();
WeatherLayerOptions - Class in com.google.gwt.maps.client.weatherlib
This object defines the properties that can be set on a WeatherLayer object.
WeatherLayerOptions() - Constructor for class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
use newInstance();
WeatherMouseEventFormatter - Class in com.google.gwt.maps.client.events.weatherlibmouse
 
WeatherMouseEventFormatter() - Constructor for class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseEventFormatter
 
WeatherMouseMapEvent - Class in com.google.gwt.maps.client.events.weatherlibmouse
The properties of a mouse event on a WeatherLayer

See WeatherMouseEvent API Doc
WeatherMouseMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
 
WeatherMouseMapHandler - Interface in com.google.gwt.maps.client.events.weatherlibmouse
WeightedLocation - Class in com.google.gwt.maps.client.visualizationlib
A data point entry for a heatmap.
WeightedLocation() - Constructor for class com.google.gwt.maps.client.visualizationlib.WeightedLocation
WindSpeedUnit - Enum in com.google.gwt.maps.client.weatherlib
The wind speed unit displayed by the weather layer.
WorkAroundUtils - Class in com.google.gwt.maps.client.workaround
 
WorkAroundUtils() - Constructor for class com.google.gwt.maps.client.workaround.WorkAroundUtils
 

Z

ZindexChangeEventFormatter - Class in com.google.gwt.maps.client.events.zindex
 
ZindexChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.zindex.ZindexChangeEventFormatter
 
ZindexChangeMapEvent - Class in com.google.gwt.maps.client.events.zindex
 
ZindexChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.zindex.ZindexChangeMapEvent
 
ZindexChangeMapHandler - Interface in com.google.gwt.maps.client.events.zindex
 
ZoomChangeEventFormatter - Class in com.google.gwt.maps.client.events.zoom
 
ZoomChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.zoom.ZoomChangeEventFormatter
 
ZoomChangeMapEvent - Class in com.google.gwt.maps.client.events.zoom
 
ZoomChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.zoom.ZoomChangeMapEvent
 
ZoomChangeMapHandler - Interface in com.google.gwt.maps.client.events.zoom
 
ZoomControlOptions - Class in com.google.gwt.maps.client.controls
Options for the rendering of the zoom control.
ZoomControlOptions() - Constructor for class com.google.gwt.maps.client.controls.ZoomControlOptions
Options for the rendering of the zoom control.
ZoomControlStyle - Enum in com.google.gwt.maps.client.controls
Identifiers for the zoom control.
A B C D E F G H I K L M N O P R S T U V W Z 

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