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

A

addControl(Control) - Method in class com.google.gwt.maps.client.MapWidget
Adds a control to the map.
addControl(Control, ControlPosition) - Method in class com.google.gwt.maps.client.MapWidget
Adds a control to the map at the given position.
addControlWidget(Widget) - Method in class com.google.gwt.maps.client.MapWidget
Adds a Control's widget to the map.
addCopyright(Copyright) - Method in class com.google.gwt.maps.client.CopyrightCollection
Adds a copyright to this collection.
addGroundOverlayVisibilityChangedHandler(GroundOverlayVisibilityChangedHandler) - Method in class com.google.gwt.maps.client.overlay.GroundOverlay
This event is fired when the visibility of the ground overlay is changed (i.e.
addInfoWindowBeforeCloseHandler(MapInfoWindowBeforeCloseHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired before the info window closes.
addInfoWindowCloseClickHandler(InfoWindowCloseClickHandler) - Method in class com.google.gwt.maps.client.InfoWindow
This event is fired when the info window close button is clicked.
addInfoWindowCloseHandler(MapInfoWindowCloseHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the info window closes.
addInfoWindowMaximizeClickHandler(InfoWindowMaximizeClickHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Signals that the info window is about to be maximized.
addInfoWindowMaximizeEndHandler(InfoWindowMaximizeEndHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Signals that the info window is about to be maximized.
addInfoWindowOpenHandler(MapInfoWindowOpenHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the info window opens.
addInfoWindowRestoreClickHandler(InfoWindowRestoreClickHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Signals that the info window is about to be restored to the non-maximized state.
addInfoWindowRestoreEndHandler(InfoWindowRestoreEndHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Signals that the info window has completed the restore operation to the non-maximized state.
addMapAddMapTypeHandler(MapAddMapTypeHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when a map type is added to the map.
addMapAddOverlayHandler(MapAddOverlayHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when a single overlay is added to the map by the method addOverlay().
addMapClearOverlaysHandler(MapClearOverlaysHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when all overlays are removed at once by the method MapWidget.clearOverlays().
addMapClickHandler(MapClickHandler) - Method in class com.google.gwt.maps.client.MapWidget
Add a click handler for mouse click events.
addMapDoubleClickHandler(MapDoubleClickHandler) - Method in class com.google.gwt.maps.client.MapWidget
Add a double click handler for mouse double click events.
addMapDragEndHandler(MapDragEndHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user stops dragging the map.
addMapDragHandler(MapDragHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is repeatedly fired while the user drags the map.
addMapDragStartHandler(MapDragStartHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user starts dragging the map.
addMapMouseMoveHandler(MapMouseMoveHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user moves the mouse over the map from outside the map.
addMapMouseOutHandler(MapMouseOutHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user moves the mouse over the map from outside the map.
addMapMouseOverHandler(MapMouseOverHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the user moves the mouse over the map from outside the map.
addMapMoveEndHandler(MapMoveEndHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the change of the map view ends.
addMapMoveHandler(MapMoveHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired, possibly repeatedly, while the map view is changing.
addMapMoveStartHandler(MapMoveStartHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when the map view starts changing.
addMapRemoveMapTypeHandler(MapRemoveMapTypeHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when a map type is removed from the map.
addMapRemoveOverlayHandler(MapRemoveOverlayHandler) - Method in class com.google.gwt.maps.client.MapWidget
This handler is fired when a single overlay is removed by the method MapWidget.removeOverlay(Overlay).
addMapRightClickHandler(MapRightClickHandler) - Method in class com.google.gwt.maps.client.MapWidget
Add a click handler for mouse right click events.
addMapType(MapType) - Method in class com.google.gwt.maps.client.MapWidget
Adds a new map type to the map.
addMapTypeChangedHandler(MapTypeChangedHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when another map type is selected.
addMapTypeNewCopyrightHandler(MapTypeNewCopyrightHandler) - Method in class com.google.gwt.maps.client.MapType
Add a handler for "newcopyright" events.
addMapZoomEndHandler(MapZoomEndHandler) - Method in class com.google.gwt.maps.client.MapWidget
This event is fired when a map type is added to the map.
addMarkerClickHandler(MarkerClickHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the marker icon was clicked.
addMarkerDoubleClickHandler(MarkerDoubleClickHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the marker icon was double-clicked.
addMarkerDragEndHandler(MarkerDragEndHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
If the marker is enabled for dragging, this event is fired when the marker ceases to be dragged.
addMarkerDragHandler(MarkerDragHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
If the marker is enabled for dragging, this event is fired when the marker is being dragged.
addMarkerDragStartHandler(MarkerDragStartHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
If the marker is enabled for dragging, this event is fired when the marker dragging begins.
addMarkerInfoWindowBeforeCloseHandler(MarkerInfoWindowBeforeCloseHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired before the info window of the map that was opened through this marker is closed.
addMarkerInfoWindowCloseHandler(MarkerInfoWindowCloseHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the info window of the map that was opened through this marker is closed.
addMarkerInfoWindowOpenHandler(MarkerInfoWindowOpenHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the info window of the map was opened through this marker.
addMarkerMouseDownHandler(MarkerMouseDownHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the DOM "mousedown" event is fired on the marker icon.
addMarkerMouseOutHandler(MarkerMouseOutHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the mouse leaves the area of the marker icon.
addMarkerMouseOverHandler(MarkerMouseOverHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the mouse enters the area of the marker icon.
addMarkerMouseUpHandler(MarkerMouseUpHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired for the DOM "mouseup" on the marker.
addMarkerRemoveHandler(MarkerRemoveHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the marker is removed from the map, using MapWidget.removeOverlay(com.google.gwt.maps.client.overlay.Overlay) or MapWidget.clearOverlays().
addMarkerVisibilityChangedHandler(MarkerVisibilityChangedHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
This event is fired when the visibility of the marker is changed (i.e.
addNewCopyrightHandler(NewCopyrightHandler) - Method in class com.google.gwt.maps.client.CopyrightCollection
Add a handler for "newcopyright" events.
addOverlay(Overlay) - Method in class com.google.gwt.maps.client.MapWidget
Adds an overlay to the map and fires any registered MapAddOverlayHandler.
addPolygonCancelLineHandler(PolygonCancelLineHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
This event is fired when the polygon is being edited and the edit is canceled.
addPolygonClickHandler(PolygonClickHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
This event is fired when the polygon is clicked.
addPolygonEndLineHandler(PolygonEndLineHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
This event is fired when the polygon is being edited and the edit is completed.
addPolygonLineUpdatedHandler(PolygonLineUpdatedHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
This event is fired when the polygon has a vertex inserted.
addPolygonMouseOutHandler(PolygonMouseOutHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
This event is fired when the mouse moves out of a polygon.
addPolygonMouseOverHandler(PolygonMouseOverHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
This event is fired when the mouse moves over a polygon.
addPolygonRemoveHandler(PolygonRemoveHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
This event is fired when the polygon is removed from the map, using MapWidget.removeOverlay(com.google.gwt.maps.client.overlay.Overlay) or MapWidget.clearOverlays().
addPolygonVisibilityChangedHandler(PolygonVisibilityChangedHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
This event is fired when the polygon is clicked.
addPolylineCancelLineHandler(PolylineCancelLineHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
This event is fired when the polyline is being edited and the edit is canceled.
addPolylineClickHandler(PolylineClickHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
This event is fired when the polyline is clicked.
addPolylineEndLineHandler(PolylineEndLineHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
This event is fired when the polyline is being edited and the edit is completed.
addPolylineLineUpdatedHandler(PolylineLineUpdatedHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
This event is fired when the polyline has a vertex inserted.
addPolylineMouseOutHandler(PolylineMouseOutHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
This event is fired when the mouse moves out of a polyline.
addPolylineMouseOverHandler(PolylineMouseOverHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
This event is fired when the mouse moves over a polyline.
addPolylineRemoveHandler(PolylineRemoveHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
This event is fired when the polyline is removed from the map, using MapWidget.removeOverlay(com.google.gwt.maps.client.overlay.Overlay) or MapWidget.clearOverlays().
addPolylineVisibilityChangedHandler(PolylineVisibilityChangedHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
This event is fired when the polyline is clicked.
addRelationship(MapType, MapType) - Method in class com.google.gwt.maps.client.control.HierarchicalMapTypeControl
Registers a parent/child relationship between map types with the control.
addRelationship(MapType, MapType, String) - Method in class com.google.gwt.maps.client.control.HierarchicalMapTypeControl
Registers a parent/child relationship between map types with the control.
addRelationship(MapType, MapType, String, boolean) - Method in class com.google.gwt.maps.client.control.HierarchicalMapTypeControl
Registers a parent/child relationship between map types with the control.
ADDRESS - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 
addTileLayerNewCopyrightHandler(TileLayerNewCopyrightHandler) - Method in class com.google.gwt.maps.client.TileLayer
Add a handler for "newcopyright" events.
addTrafficOverlayChangedHandler(TrafficOverlayChangedHandler) - Method in class com.google.gwt.maps.client.overlay.TrafficOverlay
This event is fired when the state of traffic data changes within the current viewport.
addVirtual(Widget) - Method in class com.google.gwt.maps.client.MapWidget
Adopts the widget, but does not modify the DOM.
assertLoaded() - Static method in class com.google.gwt.maps.client.Maps
Check for the availability of the maps API.

B

BAD_KEY - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
The given key is either invalid or does not match the domain for which it was given.
BAD_REQUEST - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
A directions request could not be successfully parsed.
Bounds - Class in com.google.gwt.maps.client.geom
Represents a rectangular bound.
Bounds() - Constructor for class com.google.gwt.maps.client.geom.Bounds
 

C

checkResize() - Method in class com.google.gwt.maps.client.MapWidget
Notifies the map of a change of the size of its container.
clearOverlays() - Method in class com.google.gwt.maps.client.MapWidget
Removes all overlay from the map, and fires any registered MapClearOverlaysHandler.
clearRelationships() - Method in class com.google.gwt.maps.client.control.HierarchicalMapTypeControl
Removes all relationships from the control.
close() - Method in class com.google.gwt.maps.client.InfoWindow
Closes the info window.
closeInfoWindow() - Method in class com.google.gwt.maps.client.MapWidget
Close the currently open InfoWindow.
closeInfoWindow() - Method in class com.google.gwt.maps.client.overlay.Marker
Closes the info window only if it belongs to this marker.
com.google.gwt.maps.client - package com.google.gwt.maps.client
Core classes used in the Google Maps API Library for GWT
com.google.gwt.maps.client.control - package com.google.gwt.maps.client.control
Classes for control UI components.
com.google.gwt.maps.client.event - package com.google.gwt.maps.client.event
Event handling classes used in the Google Maps API Library for GWT
com.google.gwt.maps.client.geocode - package com.google.gwt.maps.client.geocode
Geocoding related classes used in the Google Maps API Library for GWT
com.google.gwt.maps.client.geom - package com.google.gwt.maps.client.geom
Classes that control the geometry of the map.
com.google.gwt.maps.client.overlay - package com.google.gwt.maps.client.overlay
Overlay classes that allow drawing on top of the map.
contains(LatLng) - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Deprecated. See LatLngBounds.containsLatLng(LatLng)
containsBounds(Bounds) - Method in class com.google.gwt.maps.client.geom.Bounds
Returns true if the passed rectangular area is entirely contained in this rectangular area.
containsBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns true if the passed rectangle is contained within this rectangle.
containsLatLng(LatLng) - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns true iff the geographical coordinates of the point lie within this rectangle.
containsPoint(Point) - Method in class com.google.gwt.maps.client.geom.Bounds
Returns true if the rectangular area (inclusively) contains the pixel coordinates.
Control - Class in com.google.gwt.maps.client.control
Control is the abstract base class for all Map Control types.
Control(JavaScriptObject) - Constructor for class com.google.gwt.maps.client.control.Control
Constructor for creating a new instance of this class from an existing JSO.
Control.CustomControl - Class in com.google.gwt.maps.client.control
This class should be extended to create a custom control type.
Control.CustomControl(ControlPosition) - Constructor for class com.google.gwt.maps.client.control.Control.CustomControl
Create a new CustomControl which is not printable or selectable.
Control.CustomControl(ControlPosition, boolean, boolean) - Constructor for class com.google.gwt.maps.client.control.Control.CustomControl
Create a new CustomControl which can be either printable, selectable or both.
ControlAnchor - Enum in com.google.gwt.maps.client.control
Wraps the class GControlAnchor which is used by ControlPosition to determine which corner of the screen to use as an anchor for positioning a control.
ControlPosition - Class in com.google.gwt.maps.client.control
This class described the position of a control in the map view.
ControlPosition(ControlAnchor, int, int) - Constructor for class com.google.gwt.maps.client.control.ControlPosition
Create a new ControlPosition.
convertContainerPixelToLatLng(Point) - Method in class com.google.gwt.maps.client.MapWidget
Computes the geographical coordinates from pixel coordinates in the div that holds the draggable map.
convertDivPixelToLatLng(Point) - Method in class com.google.gwt.maps.client.MapWidget
Computes the geographical coordinates from pixel coordinates in the div that holds the draggable map.
convertLatLngToDivPixel(LatLng) - Method in class com.google.gwt.maps.client.MapWidget
Converts from geographical coordinates to the pixel coordinates used by the current projection.
copy() - Method in class com.google.gwt.maps.client.overlay.Overlay.ConcreteOverlay
 
copy() - Method in class com.google.gwt.maps.client.overlay.Overlay
Returns an uninitialized copy of itself that can be added to the map.
Copyright - Class in com.google.gwt.maps.client
Contains information about which copyright message applies to a region of the map given by a rectangle and a zoom level.
Copyright(int, LatLngBounds, int, String) - Constructor for class com.google.gwt.maps.client.Copyright
Creates a new copyright object with the given attributes.
CopyrightCollection - Class in com.google.gwt.maps.client
Manages copyright messages displayed on maps of custom map type.
CopyrightCollection() - Constructor for class com.google.gwt.maps.client.CopyrightCollection
Creates an empty copyright collection.
CopyrightCollection(String) - Constructor for class com.google.gwt.maps.client.CopyrightCollection
Creates an empty copyright collection with the given prefix.
COUNTRY - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 
createPeer(JavaScriptObject) - Static method in class com.google.gwt.maps.client.overlay.TileLayerOverlay
 
CustomGeocodeCache - Class in com.google.gwt.maps.client.geocode
Provides a way to customize the caching behavior of geocoded queries.
CustomGeocodeCache() - Constructor for class com.google.gwt.maps.client.geocode.CustomGeocodeCache
 

D

DEFAULT_ICON - Static variable in class com.google.gwt.maps.client.overlay.Icon
 
deleteVertex(int) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes with the given index in the polygon and updates the shape of the polygon accordingly.
deleteVertex(int) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes the vertex with the given index in the polyline and updates the shape of the polyline accordingly.
DirectionQueryOptions - Class in com.google.gwt.maps.client.geocode
A class that stores parameters used to create a new instance of the Directions object.
DirectionQueryOptions() - Constructor for class com.google.gwt.maps.client.geocode.DirectionQueryOptions
Create an options object with default parameters.
DirectionQueryOptions(MapWidget) - Constructor for class com.google.gwt.maps.client.geocode.DirectionQueryOptions
Create an options object with default parameters associated with a particular map.
DirectionQueryOptions(MapWidget, DirectionsPanel) - Constructor for class com.google.gwt.maps.client.geocode.DirectionQueryOptions
Create an options object with default parameters associated with a particular map and a panel to put the textual directions in.
DirectionResults - Class in com.google.gwt.maps.client.geocode
This class provides encapsulation for the JavaScript Maps API GDirections methods that should be used after a query successfully returns.
Directions - Class in com.google.gwt.maps.client.geocode
This class is used to obtain driving directions results and display them on a map and/or a text panel.
DirectionsCallback - Interface in com.google.gwt.maps.client.geocode
An interface containing methods used to return results from a Directions query.
DirectionsPanel - Class in com.google.gwt.maps.client.geocode
A widget that holds the formatted directions retrieved from a Directions query.
DirectionsPanel() - Constructor for class com.google.gwt.maps.client.geocode.DirectionsPanel
Constructs a new directions panel.
Distance - Class in com.google.gwt.maps.client.geocode
The object contains two fields: a number called indicating the numeric value of the distance (in meters), and a string containing a localized string representation of the distance in the units that are predominant in the starting country of this set of directions.
Distance() - Constructor for class com.google.gwt.maps.client.geocode.Distance
 
distanceFrom(LatLng) - Method in class com.google.gwt.maps.client.geom.LatLng
Returns the distance from another LatLng in meters.
distanceFrom(LatLng, double) - Method in class com.google.gwt.maps.client.geom.LatLng
Returns the distance from another LatLng in meters.
Duration - Class in com.google.gwt.maps.client.geocode
An object returned by DirectionResults.getDuration() This object contains two fields: a number indicating the numeric value of the time (in seconds), and a string containing a localized string representation of the time.
Duration() - Constructor for class com.google.gwt.maps.client.geocode.Duration
 

E

EarthInstanceHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to the callback method for MapWidget.getEarthInstance(EarthInstanceHandler).
EarthInstanceHandler.EarthInstanceEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the callback to MapWidget.getEarthInstance(EarthInstanceHandler).
EarthInstanceHandler.EarthInstanceEvent(MapWidget, JavaScriptObject) - Constructor for class com.google.gwt.maps.client.event.EarthInstanceHandler.EarthInstanceEvent
 
EncodedPolyline - Class in com.google.gwt.maps.client.overlay
Represents a polyline entity encoded as a string used to create a polygon.
EncodedPolyline() - Constructor for class com.google.gwt.maps.client.overlay.EncodedPolyline
 
equals(Object) - Method in class com.google.gwt.maps.client.Copyright
 
extend(Point) - Method in class com.google.gwt.maps.client.geom.Bounds
Enlarges this box so that the point is also contained in this box.
extend(LatLng) - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns a new rectangle such that it contains the given point.

F

FactualGeocodeCache - Class in com.google.gwt.maps.client.geocode
This class refines the basic GeocodeCache class by placing stricter conditions on cached replies.
FactualGeocodeCache() - Constructor for class com.google.gwt.maps.client.geocode.FactualGeocodeCache
Constructs a new cache that only caches replies which are very unlikely to change within a short period of time.
fromEncoded(EncodedPolyline[]) - Static method in class com.google.gwt.maps.client.overlay.Polygon
Create a polygon from an array of polylines.
fromEncoded(EncodedPolyline[], boolean, String, double, boolean) - Static method in class com.google.gwt.maps.client.overlay.Polygon
Create a polygon from an array of polylines.
fromEncoded(EncodedPolyline) - Static method in class com.google.gwt.maps.client.overlay.Polyline
Create a polyline from an encoded string.
fromEncoded(String, int, double, String, int, String, int) - Static method in class com.google.gwt.maps.client.overlay.Polyline
Create a polyline from an encoded string.
fromEncoded(String, int, String, int) - Static method in class com.google.gwt.maps.client.overlay.Polyline
Create a polyline from an encoded string.
fromLatLngToPixel(LatLng, int) - Method in class com.google.gwt.maps.client.geom.MercatorProjection
 
fromLatLngToPixel(LatLng, int) - Method in class com.google.gwt.maps.client.geom.Projection
Returns the map coordinates in pixels for the point at the given geographical coordinates, and the given zoom level.
fromPixelToLatLng(Point, int, boolean) - Method in class com.google.gwt.maps.client.geom.MercatorProjection
 
fromPixelToLatLng(Point, int, boolean) - Method in class com.google.gwt.maps.client.geom.Projection
Returns the geographical coordinates for the point at the given map coordinates in pixels, and the given zoom level.

G

GeoAddressAccuracy - Class in com.google.gwt.maps.client.geocode
These constant values are returned by Placemark.getAccuracy().
GeocodeCache - Class in com.google.gwt.maps.client.geocode
A base class used to represent a client side cache for Geocoder requests.
GeocodeCache() - Constructor for class com.google.gwt.maps.client.geocode.GeocodeCache
 
GeocodeCache(JavaScriptObject) - Constructor for class com.google.gwt.maps.client.geocode.GeocodeCache
 
Geocoder - Class in com.google.gwt.maps.client.geocode
A class for Geocoding Addresses through Google's Geocoding service over the Internet.
Geocoder() - Constructor for class com.google.gwt.maps.client.geocode.Geocoder
Creates a new instance of a geocoder that talks directly to Google servers.
Geocoder(GeocodeCache) - Constructor for class com.google.gwt.maps.client.geocode.Geocoder
Create a new geocoder object allowing a custom cache to be used.
GeoXmlLoadCallback - Class in com.google.gwt.maps.client.overlay
Callback used by the load() factory method of GeoXmlOverlay.
GeoXmlLoadCallback() - Constructor for class com.google.gwt.maps.client.overlay.GeoXmlLoadCallback
 
GeoXmlOverlay - Class in com.google.gwt.maps.client.overlay
A map overlay containing geographic content from a publicly accessible GeoRSS XML or KML file.
get(String) - Method in class com.google.gwt.maps.client.geocode.CustomGeocodeCache
 
get(String) - Method in class com.google.gwt.maps.client.geocode.FactualGeocodeCache
 
get(String) - Method in class com.google.gwt.maps.client.geocode.GeocodeCache
Returns the reply which was stored under the given address.
getAccuracy() - Method in class com.google.gwt.maps.client.geocode.Placemark
An attribute indicating how accurately the Google servers were able to geocode the given address.
getAddress() - Method in class com.google.gwt.maps.client.geocode.Placemark
Returns the entire address for this result.
getAdministrativeArea() - Method in class com.google.gwt.maps.client.geocode.Placemark
The xAL field for "AdministrativeArea", often referred to as 'state'.
getAlt() - Method in class com.google.gwt.maps.client.MapType
Returns to the map the alternative text of this map type.
getArea() - Method in class com.google.gwt.maps.client.overlay.Polygon
Returns the area (in square meters) of the polygon, assuming a spherical Earth.
getBaseCountryCode() - Method in class com.google.gwt.maps.client.geocode.Geocoder
Returns the current country code in use by the given geocoder.
getBounds() - Method in class com.google.gwt.maps.client.Copyright
Returns the bounds to which this copyright applies.
getBounds() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
This method is used to get the bounding box for the result of this directions query.
getBounds() - Method in class com.google.gwt.maps.client.MapWidget
Returns the the visible rectangular region of the map view in geographical coordinates.
getBounds() - Method in class com.google.gwt.maps.client.overlay.Polygon
Returns the bounds for this polygon.
getBounds() - Method in class com.google.gwt.maps.client.overlay.Polyline
Returns the bounds for this polyline.
getBoundsZoomLevel(LatLngBounds, Size) - Method in class com.google.gwt.maps.client.MapType
Returns the highest resolution zoom level that shows show the given geographical bounds in a map of the given pixel size.
getBoundsZoomLevel(LatLngBounds) - Method in class com.google.gwt.maps.client.MapWidget
Returns the zoom level at which the given rectangular region fits in the map view.
getCache() - Method in class com.google.gwt.maps.client.geocode.Geocoder
Returns the currently used geocode cache.
getCenter() - Method in class com.google.gwt.maps.client.geom.Bounds
Returns the pixel coordinates of the center of the rectangular area.
getCenter() - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns the point at the center of the rectangle.
getCenter() - Method in class com.google.gwt.maps.client.MapWidget
Returns the geographical coordinates of the center point of the map view.
getCity() - Method in class com.google.gwt.maps.client.geocode.Placemark
xAL field for "LocalityName" returned by the query.
getContent() - Method in class com.google.gwt.maps.client.InfoWindowContent
 
getContentContainers() - Method in class com.google.gwt.maps.client.InfoWindow
Returns the array of Elements that hold the content of the tabs of this info window.
getCopyright() - Method in class com.google.gwt.maps.client.event.MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent
Returns the copyright associated with this event.
getCopyright() - Method in class com.google.gwt.maps.client.event.NewCopyrightHandler.NewCopyrightEvent
Returns the copyright associated with this event.
getCopyright() - Method in class com.google.gwt.maps.client.event.TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent
Returns the copyright associated with this event.
getCopyrightNotice(LatLngBounds, int) - Method in class com.google.gwt.maps.client.CopyrightCollection
Returns the copyright notice for the given viewport.
getCopyrights(LatLngBounds, int) - Method in class com.google.gwt.maps.client.CopyrightCollection
Returns the copyrights that should be displayed for the given viewport.
getCopyrights(LatLngBounds, int) - Method in class com.google.gwt.maps.client.MapType
Returns the copyrights for the given bounds and zoom level.
getCopyrightsHtml() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
Returns an HTML string containing the copyright information for this result.
getCountry() - Method in class com.google.gwt.maps.client.geocode.Placemark
The xAL field "CountryNameCode" for the country code.
getCounty() - Method in class com.google.gwt.maps.client.geocode.Placemark
The xAL field for "SubAdministrativeAreaName".
getCurrentMapType() - Method in class com.google.gwt.maps.client.MapWidget
Returns the currently selected map type.
getDefaultBounds() - Method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
Returns the bounding box of the default viewport.
getDefaultCenter() - Method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
Returns the center of the default viewport as a lat/lng.
getDefaultIcon() - Static method in class com.google.gwt.maps.client.overlay.Icon
 
getDefaultMapTypes() - Static method in class com.google.gwt.maps.client.MapType
Returns G_DEFAULT_MAP_TYPES as an Java Array of MapType objects.
getDefaultPosition() - Method in class com.google.gwt.maps.client.control.Control.CustomControl
Gets the default position of this control.
getDefaultSpan() - Method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
Returns the span of the default viewport as a lat/lng.
getDescriptionHtml() - Method in class com.google.gwt.maps.client.geocode.Step
Returns an HTML string containing the description of this step.
getDistance() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
Returns an object literal representing the total distance of the directions request (across all routes).
getDistance() - Method in class com.google.gwt.maps.client.geocode.Route
Returns the total distance of this route.
getDistance() - Method in class com.google.gwt.maps.client.geocode.Step
Returns the total distance of this step.
getDragCrossAnchor() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the pixel coordinate offsets (relative to the the value Icon.getIconAnchor()) of the cross image when an icon is dragged.
getDragCrossImageUrl() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the cross image URL when an icon is dragged.
getDragCrossSize() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the pixel size of the cross image when an icon is dragged.
getDuration() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
Returns an object representing the total time of the directions request (across all routes).
getDuration() - Method in class com.google.gwt.maps.client.geocode.Route
Returns the total estimated time of this route.
getDuration() - Method in class com.google.gwt.maps.client.geocode.Step
Returns the total time of this step.
getEarthInstance() - Method in class com.google.gwt.maps.client.event.EarthInstanceHandler.EarthInstanceEvent
Returns the instance of the earth that generated this event.
getEarthInstance(EarthInstanceHandler) - Method in class com.google.gwt.maps.client.MapWidget
Asynchronously retrieves the Earth instance, initializing it if necessary.
getEarthMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type that shows Google Earth using the browser plugin.
getElement() - Method in class com.google.gwt.maps.client.event.MapRightClickHandler.MapRightClickEvent
Returns the DOM element that generated this event.
getEndGeocode() - Method in class com.google.gwt.maps.client.geocode.Route
Returns the ending point of this route.
getEndLatLng() - Method in class com.google.gwt.maps.client.geocode.Route
Returns a LatLng object for the last point along the polyline for this route.
getErrorMessage() - Method in class com.google.gwt.maps.client.MapType
Returns the error message that is displayed in areas and zoom levels where this map type does not have map tiles.
getHeight() - Method in class com.google.gwt.maps.client.geom.Size
Returns the height parameter.
getHybridMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type that shows transparent street maps over Google Earth satellite images.
getIcon() - Method in class com.google.gwt.maps.client.overlay.Marker
 
getIconAnchor() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the pixel coordinate relative to the top left corner of the icon image at which this icon is anchored to the map.
getIconSize() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the pixel size of the foreground image of the icon.
getId() - Method in class com.google.gwt.maps.client.Copyright
Returns the unique id of this copyright.
getImageMap() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns an array of integers representing the x/y coordinates of the image map we should use to specify the clickable part of the icon image in browsers other than Internet Explorer.
getImageMapArray() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns an array of integers representing the x/y coordinates of the image map we should use to specify the clickable part of the icon image in browsers other than Internet Explorer.
getImageURL() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the foreground image URL of the icon.
getInfoWindow() - Method in class com.google.gwt.maps.client.MapWidget
Gets the info window associated with the map.
getInfoWindowAnchor() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the pixel coordinate relative to the top left corner of the icon image at which the info window is anchored to this icon.
getInstance() - Static method in class com.google.gwt.maps.client.overlay.PolyStyleOptions
Creates a new PolyStyleOptions object.
getInstance(int) - Static method in class com.google.gwt.maps.client.overlay.PolyStyleOptions
Create a new PolyStyleOptions object.
getLatitude() - Method in class com.google.gwt.maps.client.geom.LatLng
Returns the latitude coordinate of this point in degrees as a number between -90 and 90.
getLatitudeRadians() - Method in class com.google.gwt.maps.client.geom.LatLng
Returns the latitude coordinate of this point in radians as a number between -pi/2 and pi/2.
getLatLng() - Method in class com.google.gwt.maps.client.event.MapClickHandler.MapClickEvent
If the click is not on a marker, the geographical coordinates of the point that was clicked are passed in the point argument.
getLatLng() - Method in class com.google.gwt.maps.client.event.MapDoubleClickHandler.MapDoubleClickEvent
If the click is not on a marker, the geographical coordinates of the point that was clicked are passed in the point argument.
getLatLng() - Method in class com.google.gwt.maps.client.event.MapMouseMoveHandler.MapMouseMoveEvent
Returns the map coordinates for this event.
getLatLng() - Method in class com.google.gwt.maps.client.event.MapMouseOutHandler.MapMouseOutEvent
Returns the map coordinates for this event.
getLatLng() - Method in class com.google.gwt.maps.client.event.MapMouseOverHandler.MapMouseOverEvent
Returns the map coordinates for this event.
getLatLng() - Method in class com.google.gwt.maps.client.event.PolygonClickHandler.PolygonClickEvent
Returns the coordinates associated with this event.
getLatLng() - Method in class com.google.gwt.maps.client.event.PolygonEndLineHandler.PolygonEndLineEvent
Returns the endpoint of the line.
getLatLng() - Method in class com.google.gwt.maps.client.event.PolylineClickHandler.PolylineClickEvent
Returns the coordinates associated with this event.
getLatLng() - Method in class com.google.gwt.maps.client.event.PolylineEndLineHandler.PolylineEndLineEvent
Returns the endpoint of the line.
getLatLng(String, LatLngCallback) - Method in class com.google.gwt.maps.client.geocode.Geocoder
Sends a request to Google servers to geocode the specified address.
getLatLng() - Method in class com.google.gwt.maps.client.geocode.Step
Returns the first point along the polyline for this step.
getLatLng() - Method in class com.google.gwt.maps.client.overlay.Marker
Returns the geographical coordinates at which this marker is anchored, as set by the constructor or by Marker.setLatLng(LatLng).
getLength() - Method in class com.google.gwt.maps.client.overlay.Polyline
Returns the length (in meters) of the polyline along the surface of a spherical Earth.
getLinkColor() - Method in class com.google.gwt.maps.client.MapType
Returns the color that used for a hyperlinks displayed on the map.
getLocality() - Method in class com.google.gwt.maps.client.geocode.Placemark
 
getLocations(String, LocationCallback) - Method in class com.google.gwt.maps.client.geocode.Geocoder
Sends a request to Google servers to geocode the specified address.
getLongitude() - Method in class com.google.gwt.maps.client.geom.LatLng
Returns the longitude coordinate of this point in degrees as a number between -180 and 180.
getLongitudeRadians() - Method in class com.google.gwt.maps.client.geom.LatLng
Returns the longitude coordinate of this point in radians as a number between -pi and pi.
getLowerRight() - Method in class com.google.gwt.maps.client.geom.Bounds
Returns the pixel coordinates of the lower right corner of the rectangular area.
getMapEvent() - Method in class com.google.gwt.maps.client.event.MapMoveHandler.MapMoveEvent
 
getMapTypes() - Method in class com.google.gwt.maps.client.MapWidget
Gets the array of map types registered with this map.
getMarkers() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
Returns the list of Markers associated with the geocode.
getMarsElevationMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type displays a shaded relief map of the surface of Mars.
getMarsInfraredMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type displays a shaded infrared map of the surface of Mars.
getMarsMapTypes() - Static method in class com.google.gwt.maps.client.MapType
Turns G_MARS_MAP_TYPES into an immutable of MapType objects.
getMarsVisibleMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type that displays photographs taken from orbit around Mars.
getMaxHeight() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the distance in pixels in which a marker will visually "rise" vertically when dragged.
getMaximumResolution() - Method in class com.google.gwt.maps.client.MapType
Returns the highest zoom level at which this map type is defined for a given point.
getMaxResolution() - Method in class com.google.gwt.maps.client.TileLayer
Returns to the map type the highest zoom level of this tile layer.
getMaxX() - Method in class com.google.gwt.maps.client.geom.Bounds
Returns the x coordinate of the right edge of the rectangle.
getMaxY() - Method in class com.google.gwt.maps.client.geom.Bounds
Returns the y coordinate of the bottom edge of the rectangle.
getMinimumResolution() - Method in class com.google.gwt.maps.client.MapType
Returns the lowest zoom level at which this map type is defined for a given point.
getMinResolution() - Method in class com.google.gwt.maps.client.TileLayer
Returns to the map type the lowest zoom level of this tile layer.
getMinX() - Method in class com.google.gwt.maps.client.geom.Bounds
Returns the x coordinate of the left edge of the rectangle.
getMinY() - Method in class com.google.gwt.maps.client.geom.Bounds
Returns the y coordinate of the top edge of the rectangle.
getMinZoomLevel() - Method in class com.google.gwt.maps.client.Copyright
Returns the minimum zoom level at which this copyright displays.
getMoonElevationMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type that displays a shaded terrain map of the surface of the Moon.
getMoonMapTypes() - Static method in class com.google.gwt.maps.client.MapType
Turns G_MOON_MAP_TYPES into an immutable list of MapType objects.
getMoonVisibleMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type that displays photographs taken from orbit around the moon.
getMozPrintImageURL() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the URL of the foreground icon image used for printed maps in Firefox/Mozilla.
getName(int) - Static method in class com.google.gwt.maps.client.geocode.StatusCodes
 
getName(boolean) - Method in class com.google.gwt.maps.client.MapType
Returns the translated, human-readable string name of the map type.
getNewZoomLevel() - Method in class com.google.gwt.maps.client.event.MapZoomEndHandler.MapZoomEndEvent
Returns the zoom level after the event was fired.
getNormalMap() - Static method in class com.google.gwt.maps.client.MapType
Returns the normal street map type.
getNorthEast() - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns the point at the north-east corner of the rectangle.
getNumSteps() - Method in class com.google.gwt.maps.client.geocode.Route
Returns the number of steps in this route.
getOldZoomLevel() - Method in class com.google.gwt.maps.client.event.MapZoomEndHandler.MapZoomEndEvent
Returns the zoom level before the event was fired.
getOpacity() - Method in class com.google.gwt.maps.client.TileLayer
Returns to the map the opacity with which to display this tile layer.
getOptions() - Method in class com.google.gwt.maps.client.InfoWindowContent
Returns the underlying GInfoWindowOptions object constructed from the building of this InfoWindowContent object.
getOverlay() - Method in class com.google.gwt.maps.client.event.MapAddOverlayHandler.MapAddOverlayEvent
Returns the overlay associated with this event.
getOverlay() - Method in class com.google.gwt.maps.client.event.MapClickHandler.MapClickEvent
If the click was on a marker, then the marker is passed to the event handler in the overlay argument, and a click event is also fired on the marker.
getOverlay() - Method in class com.google.gwt.maps.client.event.MapRemoveOverlayHandler.MapRemoveOverlayEvent
Returns the overlay associated with this event.
getOverlay() - Method in class com.google.gwt.maps.client.event.MapRightClickHandler.MapRightClickEvent
If the click was on a marker, then the marker is passed to the event handler in the overlay argument, and a click event is also fired on the marker.
getPane(MapPaneType) - Method in class com.google.gwt.maps.client.MapWidget
Returns the overlay DIV with the given id.
getPeer() - Method in class com.google.gwt.maps.client.MapWidget
This method is not meant to be published, but is needed internally to support the GeoXmlOverlay gotoDefaultViewport() method.
getPhysicalMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type that shows a terrain view.
getPixelOffset() - Method in class com.google.gwt.maps.client.InfoWindow
Returns 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.
getPlacemarks() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
Returns the list of the geocoded results.
getPoint() - Method in class com.google.gwt.maps.client.event.MapRightClickHandler.MapRightClickEvent
Returns the pixel coordinate of the click.
getPoint() - Method in class com.google.gwt.maps.client.geocode.Placemark
Returns the point corresponding to the decoded address.
getPoint() - Method in class com.google.gwt.maps.client.InfoWindow
Returns the geographical point at which the info window is anchored.
getPoint() - Method in class com.google.gwt.maps.client.overlay.Marker
Deprecated.  
getPolyline() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
Returns the Polyline object associated with the entire directions response.
getPolylineIndex() - Method in class com.google.gwt.maps.client.geocode.Step
Returns the index of the first point along the polyline for this step.
getPostalCode() - Method in class com.google.gwt.maps.client.geocode.Placemark
The xAL field for "PostalCode".
getPrintImageURL() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the URL of the foreground icon image used for printed maps.
getProjection() - Method in class com.google.gwt.maps.client.MapType
Returns the projection used by this map type.
getRoutes() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
Returns the list of Route objects in the response.
getSatelliteMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type that shows Google Earth satellite images.
getSelectedTab() - Method in class com.google.gwt.maps.client.InfoWindow
Returns the index, starting at 0, of the current selected tab.
getSender() - Method in class com.google.gwt.maps.client.event.GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent
Returns the instance of the ground overlay that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.InfoWindowCloseClickHandler.InfoWindowCloseClickEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.InfoWindowMaximizeClickHandler.InfoWindowMaximizeClickEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.InfoWindowMaximizeEndHandler.InfoWindowMaximizeEndEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.InfoWindowRestoreClickHandler.InfoWindowRestoreClickEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.InfoWindowRestoreEndHandler.InfoWindowRestoreEndEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapAddMapTypeHandler.MapAddMapTypeEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapAddOverlayHandler.MapAddOverlayEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapClearOverlaysHandler.MapClearOverlaysEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapClickHandler.MapClickEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapDoubleClickHandler.MapDoubleClickEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapDragEndHandler.MapDragEndEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapDragHandler.MapDragEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapDragStartHandler.MapDragStartEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapInfoWindowBeforeCloseHandler.MapInfoWindowBeforeCloseEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapInfoWindowCloseHandler.MapInfoWindowCloseEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapInfoWindowOpenHandler.MapInfoWindowOpenEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapMouseMoveHandler.MapMouseMoveEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapMouseOutHandler.MapMouseOutEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapMouseOverHandler.MapMouseOverEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapMoveEndHandler.MapMoveEndEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapMoveHandler.MapMoveEvent
 
getSender() - Method in class com.google.gwt.maps.client.event.MapMoveStartHandler.MapMoveStartEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapRemoveMapTypeHandler.MapRemoveMapTypeEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapRemoveOverlayHandler.MapRemoveOverlayEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapRightClickHandler.MapRightClickEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapTypeChangedHandler.MapTypeChangedEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent
Returns the instance of the MapType that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MapZoomEndHandler.MapZoomEndEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerClickHandler.MarkerClickEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerDoubleClickHandler.MarkerDoubleClickEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerDragEndHandler.MarkerDragEndEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerDragHandler.MarkerDragEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerDragStartHandler.MarkerDragStartEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerInfoWindowBeforeCloseHandler.MarkerInfoWindowBeforeCloseEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerInfoWindowCloseHandler.MarkerInfoWindowCloseEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerInfoWindowOpenHandler.MarkerInfoWindowOpenEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerMouseDownHandler.MarkerMouseDownEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerMouseOutHandler.MarkerMouseOutEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerMouseOverHandler.MarkerMouseOverEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerMouseUpHandler.MarkerMouseUpEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerRemoveHandler.MarkerRemoveEvent
Returns the instance of the map that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.MarkerVisibilityChangedHandler.MarkerVisibilityChangedEvent
Returns the instance of the marker that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.NewCopyrightHandler.NewCopyrightEvent
Returns the instance of the CopyrightCollection that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolygonCancelLineHandler.PolygonCancelLineEvent
Returns the instance of the polygon that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolygonClickHandler.PolygonClickEvent
Returns the instance of the polygon that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolygonEndLineHandler.PolygonEndLineEvent
Returns the instance of the polygon that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolygonLineUpdatedHandler.PolygonLineUpdatedEvent
Returns the instance of the polygon that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolygonMouseOutHandler.PolygonMouseOutEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolygonMouseOverHandler.PolygonMouseOverEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolygonRemoveHandler.PolygonRemoveEvent
Returns the instance of the polygon that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolygonVisibilityChangedHandler.PolygonVisibilityChangedEvent
Returns the instance of the polygon that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolylineCancelLineHandler.PolylineCancelLineEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolylineClickHandler.PolylineClickEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolylineEndLineHandler.PolylineEndLineEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolylineLineUpdatedHandler.PolylineLineUpdatedEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolylineMouseOutHandler.PolylineMouseOutEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolylineMouseOverHandler.PolylineMouseOverEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolylineRemoveHandler.PolylineRemoveEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.PolylineVisibilityChangedHandler.PolylineVisibilityChangedEvent
Returns the instance of the polyline that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent
Returns the instance of the TileLayer that generated this event.
getSender() - Method in class com.google.gwt.maps.client.event.TrafficOverlayChangedHandler.TrafficOverlayChangedEvent
Returns the instance of the overlay that generated this event.
getShadowSize() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the pixel size of the shadow image.
getShadowURL() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the shadow image URL of the icon.
getSize() - Method in class com.google.gwt.maps.client.MapWidget
Returns the size of the map view in pixels.
getSkyMapTypes() - Static method in class com.google.gwt.maps.client.MapType
Turns G_SKY_MAP_TYPES into an immutable list of MapType objects.
getSkyVisibleMap() - Static method in class com.google.gwt.maps.client.MapType
Returns a map type shows a mosaic of the sky.
getSouthWest() - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns the point at the south-west corner of the rectangle.
getSpanZoomLevel(LatLng, LatLng, Size) - Method in class com.google.gwt.maps.client.MapType
Returns the highest resolution zoom level required to show the given span with the given center point.
getStartGeocode() - Method in class com.google.gwt.maps.client.geocode.Route
Returns the starting point of this route.
getState() - Method in class com.google.gwt.maps.client.geocode.Placemark
The xAL field for "AdministrativeArea".
getStep(int) - Method in class com.google.gwt.maps.client.geocode.Route
Returns the Step object for the ith step in this route.
getStreet() - Method in class com.google.gwt.maps.client.geocode.Placemark
The xAL field for "ThoroughfareName".
getSubAdministrativeArea() - Method in class com.google.gwt.maps.client.geocode.Placemark
The xAL field for "SubAdministrativeAreaName", often called "county".
getSummaryHtml() - Method in class com.google.gwt.maps.client.geocode.DirectionResults
Returns an HTML snippet containing a summary of the distance and time for this entire directions request.
getSummaryHtml() - Method in class com.google.gwt.maps.client.geocode.Route
Returns an HTML snippet containing a summary of the distance and time for this route.
getText() - Method in class com.google.gwt.maps.client.Copyright
Returns the text of this copyright.
getTextColor() - Method in class com.google.gwt.maps.client.MapType
Returns the color used for text displayed on the map.
getTileLayer() - Method in class com.google.gwt.maps.client.overlay.TileLayerOverlay
Gets the tile layer used by this overlay.
getTileLayerOverlay() - Method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
GeoXmlOverlay objects may create a tile overlay for optimization purposes in certain cases.
getTileLayers() - Method in class com.google.gwt.maps.client.MapType
Returns the array of tile layers in the z-order they should be displayed.
getTileSize() - Method in class com.google.gwt.maps.client.MapType
Returns the tile size of this map's tile layers.
getTileURL(Point, int) - Method in class com.google.gwt.maps.client.TileLayer
Returns to the map the URL of the map tile with the tile indices given by the x and y properties of the Point, at the given zoom level.
getTitle() - Method in class com.google.gwt.maps.client.overlay.Marker
Returns the title of this marker, as set by the constructor via the MarkerOptions.setTitle(String) method.
getTransparentImageURL() - Method in class com.google.gwt.maps.client.overlay.Icon
Returns the URL of a virtually transparent version of the foreground icon image used to capture click events in Internet Explorer.
getType() - Method in class com.google.gwt.maps.client.event.MapAddMapTypeHandler.MapAddMapTypeEvent
Returns the map type associated with this event.
getType() - Method in class com.google.gwt.maps.client.event.MapRemoveMapTypeHandler.MapRemoveMapTypeEvent
Returns the map type associated with this event.
getType() - Method in class com.google.gwt.maps.client.InfoWindowContent
 
getUpperLeft() - Method in class com.google.gwt.maps.client.geom.Bounds
Returns the pixel coordinates of the upper left corner of the rectangular area.
getUrlArg() - Method in class com.google.gwt.maps.client.MapType
Returns the URL argument used to refer to this map type.
getVertex(int) - Method in class com.google.gwt.maps.client.overlay.Polygon
Returns the position of the specified vertex in the polygon.
getVertex(int) - Method in class com.google.gwt.maps.client.overlay.Polyline
Returns the vertex with the given index in the polyline.
getVertexCount() - Method in class com.google.gwt.maps.client.overlay.Polygon
Returns the number of vertices in the polygon.
getVertexCount() - Method in class com.google.gwt.maps.client.overlay.Polyline
Returns the number of vertices in the polyline.
getViewport() - Method in class com.google.gwt.maps.client.geocode.Geocoder
Returns the viewport for magnifying geocoding results within that geocoder.
getWidget() - Method in class com.google.gwt.maps.client.InfoWindowContent.InfoWindowTab
 
getWidgets() - Method in class com.google.gwt.maps.client.InfoWindowContent
 
getWidth() - Method in class com.google.gwt.maps.client.geom.Size
Returns the width parameter.
getWrapWidth(int) - Method in class com.google.gwt.maps.client.geom.MercatorProjection
Mercator projection is periodic in longitude direction, therefore this returns the width of the map of the entire Earth in pixels at the given zoom level.
getWrapWidth(int) - Method in class com.google.gwt.maps.client.geom.Projection
Returns to the map the periodicity in x-direction, i.e.
getX() - Method in class com.google.gwt.maps.client.geom.Point
Returns the X coordinate.
getX() - Method in class com.google.gwt.maps.client.geom.TileIndex
Returns the X coordinate.
getY() - Method in class com.google.gwt.maps.client.geom.Point
Returns the Y coordinate.
getY() - Method in class com.google.gwt.maps.client.geom.TileIndex
Returns the Y coordinate.
getZIndex(double) - Static method in class com.google.gwt.maps.client.overlay.Overlay
Returns a CSS z-index value for a given latitude.
getZoomLevel() - Method in class com.google.gwt.maps.client.MapWidget
Returns the current zoom level.
gotoDefaultViewport(MapWidget) - Method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
Sets the map's viewport to the default viewport of the XML file.
GroundOverlay - Class in com.google.gwt.maps.client.overlay
A rectangular image overlay whose boundaries are defined by a LatLngBounds.
GroundOverlay(String, LatLngBounds) - Constructor for class com.google.gwt.maps.client.overlay.GroundOverlay
Creates a new ground overlay from the given image with the specified size.
GroundOverlayVisibilityChangedHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.VISIBILITYCHANGED events from the GroundOverlay.
GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.VISIBILITYCHANGED event on a GroundOverlay.
GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent(GroundOverlay, boolean) - Constructor for class com.google.gwt.maps.client.event.GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent
 

H

hashCode() - Method in class com.google.gwt.maps.client.Copyright
 
HierarchicalMapTypeControl - Class in com.google.gwt.maps.client.control
Creates a control with buttons to pan in four directions, and zoom in and zoom out, and a zoom slider.
HierarchicalMapTypeControl() - Constructor for class com.google.gwt.maps.client.control.HierarchicalMapTypeControl
Constructs the control.

I

Icon - Class in com.google.gwt.maps.client.overlay
Wrapper for the Maps API GIcon class, which is like a marker, but allows you to change the shape and other properties.
Icon() - Constructor for class com.google.gwt.maps.client.overlay.Icon
 
InfoWindow - Class in com.google.gwt.maps.client
Each map within the Google Maps API may show a single "info window" of type InfoWindow, which displays HTML content in a floating window above the map.
InfoWindowCloseClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.CLOSECLICK events from the InfoWindow.
InfoWindowCloseClickHandler.InfoWindowCloseClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.CLOSECLICK event on a InfoWindow.
InfoWindowCloseClickHandler.InfoWindowCloseClickEvent(InfoWindow) - Constructor for class com.google.gwt.maps.client.event.InfoWindowCloseClickHandler.InfoWindowCloseClickEvent
 
InfoWindowContent - Class in com.google.gwt.maps.client
InfoWindowContent describes the type of content that can be displayed in an InfoWindow.
InfoWindowContent(InfoWindowContent.InfoWindowTab[]) - Constructor for class com.google.gwt.maps.client.InfoWindowContent
Create a new InfoWindowContent object given an array of tabs.
InfoWindowContent(InfoWindowContent.InfoWindowTab[], int) - Constructor for class com.google.gwt.maps.client.InfoWindowContent
Create a new InfoWindowContent object given an array of tabs, setting the focus to a particular tab.
InfoWindowContent(String) - Constructor for class com.google.gwt.maps.client.InfoWindowContent
Create a new InfoWindowContent object containing an HTML string to display in the window.
InfoWindowContent(Widget) - Constructor for class com.google.gwt.maps.client.InfoWindowContent
Create the new InfoWindowContent object containing a GWT Widget.
InfoWindowContent.InfoWindowTab - Class in com.google.gwt.maps.client
Class that allows access to one tab of a tabbed info window.
InfoWindowContent.InfoWindowTab(String, String) - Constructor for class com.google.gwt.maps.client.InfoWindowContent.InfoWindowTab
Create a new tab on an InfoWindow with the specified HTML string as the content.
InfoWindowContent.InfoWindowTab(String, Widget) - Constructor for class com.google.gwt.maps.client.InfoWindowContent.InfoWindowTab
Create a new tab on an InfoWindow with the specified GWT widget as the content.
InfoWindowContent.MapBlowupContent - Class in com.google.gwt.maps.client
Class that represents the content of a blowup map.
InfoWindowContent.MapBlowupContent() - Constructor for class com.google.gwt.maps.client.InfoWindowContent.MapBlowupContent
Create a new blowup map with default parameters for map type and zoom level.
InfoWindowContent.MapBlowupContent(MapType, int) - Constructor for class com.google.gwt.maps.client.InfoWindowContent.MapBlowupContent
Create a new blowup map.
InfoWindowMaximizeClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MAXIMIZECLICK events from the InfoWindow.
InfoWindowMaximizeClickHandler.InfoWindowMaximizeClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MAXIMIZECLICK event on a InfoWindow.
InfoWindowMaximizeClickHandler.InfoWindowMaximizeClickEvent(InfoWindow) - Constructor for class com.google.gwt.maps.client.event.InfoWindowMaximizeClickHandler.InfoWindowMaximizeClickEvent
 
InfoWindowMaximizeEndHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MAXIMIZEEND events from the InfoWindow.
InfoWindowMaximizeEndHandler.InfoWindowMaximizeEndEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MAXIMIZEEND event on a InfoWindow.
InfoWindowMaximizeEndHandler.InfoWindowMaximizeEndEvent(InfoWindow) - Constructor for class com.google.gwt.maps.client.event.InfoWindowMaximizeEndHandler.InfoWindowMaximizeEndEvent
 
InfoWindowRestoreClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.RESTORECLICK events from the InfoWindow.
InfoWindowRestoreClickHandler.InfoWindowRestoreClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.RESTORECLICK event on a InfoWindow.
InfoWindowRestoreClickHandler.InfoWindowRestoreClickEvent(InfoWindow) - Constructor for class com.google.gwt.maps.client.event.InfoWindowRestoreClickHandler.InfoWindowRestoreClickEvent
 
InfoWindowRestoreEndHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.RESTOREEND events from the InfoWindow.
InfoWindowRestoreEndHandler.InfoWindowRestoreEndEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.RESTOREEND event on a InfoWindow.
InfoWindowRestoreEndHandler.InfoWindowRestoreEndEvent(InfoWindow) - Constructor for class com.google.gwt.maps.client.event.InfoWindowRestoreEndHandler.InfoWindowRestoreEndEvent
 
initialize(MapWidget) - Method in class com.google.gwt.maps.client.control.Control.CustomControl
Initializes this control with the given map.
initialize(MapWidget) - Method in class com.google.gwt.maps.client.overlay.Overlay.ConcreteOverlay
 
initialize(MapWidget) - Method in class com.google.gwt.maps.client.overlay.Overlay
Called by the map after the overlay is added to the map using MapWidget.addOverlay(Overlay).
inLocalizedUnits() - Method in class com.google.gwt.maps.client.geocode.Distance
Returns the distance in the units that are predominant in the starting country of this set of directions.
inLocalizedUnits() - Method in class com.google.gwt.maps.client.geocode.Duration
Returns a string containing a localized string representation of the time.
inMeters() - Method in class com.google.gwt.maps.client.geocode.Distance
Returns the distance measured in meters.
inSeconds() - Method in class com.google.gwt.maps.client.geocode.Duration
Returns a number indicating the numeric value of the time (in seconds).
insertVertex(int, LatLng) - Method in class com.google.gwt.maps.client.overlay.Polyline
Inserts a new point at the given index in the polyline and updates its shape.
installKeyboardHandler() - Method in class com.google.gwt.maps.client.MapWidget
Enables keyboard shortcuts on the map.
INTERSECTION - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 
intersects(LatLngBounds) - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns true if the specified rectangle intersects this rectangle.
isBrowserCompatible() - Static method in class com.google.gwt.maps.client.Maps
Returns true if the current browser supports the maps API library.
isCacheable(JavaScriptObject) - Method in class com.google.gwt.maps.client.geocode.CustomGeocodeCache
 
isCacheable(JavaScriptObject) - Method in class com.google.gwt.maps.client.geocode.FactualGeocodeCache
 
isCacheable(JavaScriptObject) - Method in class com.google.gwt.maps.client.geocode.GeocodeCache
Returns whether or not the given reply should be cached.
isContinuousZoomEnabled() - Method in class com.google.gwt.maps.client.MapWidget
Returns true if continuous smooth zooming is enabled.
isDoubleClickZoomEnabled() - Method in class com.google.gwt.maps.client.MapWidget
Returns true if double-click to zoom is enabled.
isDraggable() - Method in class com.google.gwt.maps.client.MapWidget
Returns true if dragging of the map is enabled.
isDraggable() - Method in class com.google.gwt.maps.client.overlay.Marker
See if this Marker was created as a draggable marker type, that is, the draggable option was set in MarkerOptions when it was constructed.
isDraggingEnabled() - Method in class com.google.gwt.maps.client.overlay.Marker
Returns true if this marker is not only a draggable type of marker.
isEmpty() - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns true if this rectangle is empty.
isEquals(LatLng) - Method in class com.google.gwt.maps.client.geom.LatLng
Does what equals() ought to do, but we are constrained by the JS overlay rules.
isFullLatitude() - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns true if this rectangle extends from the south pole to the north pole.
isFullLongitude() - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns true if this rectangle extends fully around the earth in the longitude direction.
isHidden() - Method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
Returns true if the GeoXmlOverlay object is currently hidden, as changed by the GeoXmlOverlay.setVisible(boolean).
isInfoWindowEnabled() - Method in class com.google.gwt.maps.client.MapWidget
Returns true if opening info windows is enabled.
isLoaded() - Static method in class com.google.gwt.maps.client.Maps
Check for the availability of the Maps API.
isPng() - Method in class com.google.gwt.maps.client.TileLayer
Returns to the map the copyright messages for this tile layer that are pertinent for the given map region at the given zoom level.
isScrollWheelZoomEnabled() - Method in class com.google.gwt.maps.client.MapWidget
Returns true if zooming using a mouse's scroll wheel is enabled.
isSelectable() - Method in class com.google.gwt.maps.client.control.Control.CustomControl
Returns to the map if the control contains selectable text.
isTrafficInView() - Method in class com.google.gwt.maps.client.event.TrafficOverlayChangedHandler.TrafficOverlayChangedEvent
Returns true if the viewport contains traffic data and false otherwise.
isVisible() - Method in class com.google.gwt.maps.client.event.GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent
Returns the visible state of the GroundOverlay.
isVisible() - Method in class com.google.gwt.maps.client.event.MarkerVisibilityChangedHandler.MarkerVisibilityChangedEvent
Returns the visible state of the marker.
isVisible() - Method in class com.google.gwt.maps.client.event.PolygonVisibilityChangedHandler.PolygonVisibilityChangedEvent
Returns the coordinates associated with this event.
isVisible() - Method in class com.google.gwt.maps.client.event.PolylineVisibilityChangedHandler.PolylineVisibilityChangedEvent
Returns the coordinates associated with this event.
isVisible() - Method in class com.google.gwt.maps.client.InfoWindow
Returns true if the info window is visible.
isVisible() - Method in class com.google.gwt.maps.client.overlay.GroundOverlay
Returns true if the overlay is currently visible.
isVisible() - Method in class com.google.gwt.maps.client.overlay.Marker
Returns true if the marker is currently visible on the map.
isVisible() - Method in class com.google.gwt.maps.client.overlay.Polygon
Returns true if the polygon is visible on the map.
isVisible() - Method in class com.google.gwt.maps.client.overlay.Polyline
Returns true if the polyline is visible on the map.

J

jsoPeer - Variable in class com.google.gwt.maps.client.control.Control
The JSO being wrapped by this class.
jsoPeer - Variable in class com.google.gwt.maps.client.geocode.GeocodeCache
 
jsoPeer - Variable in class com.google.gwt.maps.client.geom.Projection
 
jsoPeer - Variable in class com.google.gwt.maps.client.overlay.Overlay
 

L

LargeMapControl - Class in com.google.gwt.maps.client.control
Creates a control with buttons to pan in four directions, and zoom in and zoom out, and a zoom slider.
LargeMapControl() - Constructor for class com.google.gwt.maps.client.control.LargeMapControl
Creates a new large control.
LatLng - Class in com.google.gwt.maps.client.geom
A geographical point represented by a latitude and a longitude.
LatLng() - Constructor for class com.google.gwt.maps.client.geom.LatLng
 
LatLngBounds - Class in com.google.gwt.maps.client.geom
Represents a rectangle in geographical coordinates, including one that crosses the 180 degrees meridian.
LatLngBounds() - Constructor for class com.google.gwt.maps.client.geom.LatLngBounds
 
LatLngCallback - Interface in com.google.gwt.maps.client.geocode
Used as an argument to Geocoder.getLatLng(String,LatLngCallback).
load(String, DirectionQueryOptions) - Static method in class com.google.gwt.maps.client.geocode.Directions
Load a new Directions query.
load(String, DirectionQueryOptions, DirectionsCallback) - Static method in class com.google.gwt.maps.client.geocode.Directions
Load a new Directions query.
load(String, DirectionsCallback) - Static method in class com.google.gwt.maps.client.geocode.Directions
Load a new Directions query.
load(String, GeoXmlLoadCallback) - Static method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
Factory method to create a new overlay from a GeoRSS XML or KML file.
loadFromWaypoints(Waypoint[], DirectionQueryOptions) - Static method in class com.google.gwt.maps.client.geocode.Directions
Load a new directions query using an array of waypoints as input instead of a single query string.
loadFromWaypoints(Waypoint[], DirectionQueryOptions, DirectionsCallback) - Static method in class com.google.gwt.maps.client.geocode.Directions
Load a new directions query using an array of waypoints as input instead of a single query string.
loadFromWaypoints(Waypoint[], DirectionsCallback) - Static method in class com.google.gwt.maps.client.geocode.Directions
Load a new directions query using an array of waypoints as input instead of a single query string.
LocationCallback - Interface in com.google.gwt.maps.client.geocode
Used as an argument for the getLocations() method in Geocoder.getLocations(String, LocationCallback).

M

MapAddMapTypeHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.ADDMAPTYPE events from the MapWidget.
MapAddMapTypeHandler.MapAddMapTypeEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.ADDMAPTYPE event on a MapWidget.
MapAddMapTypeHandler.MapAddMapTypeEvent(MapWidget, MapType) - Constructor for class com.google.gwt.maps.client.event.MapAddMapTypeHandler.MapAddMapTypeEvent
 
MapAddOverlayHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.ADDOVERLAY events from the MapWidget.
MapAddOverlayHandler.MapAddOverlayEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.ADDOVERLAY event on a MapWidget.
MapAddOverlayHandler.MapAddOverlayEvent(MapWidget, Overlay) - Constructor for class com.google.gwt.maps.client.event.MapAddOverlayHandler.MapAddOverlayEvent
 
MapClearOverlaysHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.CLEAROVERLAYS events from the MapWidget.
MapClearOverlaysHandler.MapClearOverlaysEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.CLEAROVERLAYS event on a MapWidget.
MapClearOverlaysHandler.MapClearOverlaysEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapClearOverlaysHandler.MapClearOverlaysEvent
 
MapClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive click events from the MapWidget.
MapClickHandler.MapClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the "click" event on a MapWidget.
MapClickHandler.MapClickEvent(MapWidget, Overlay, LatLng) - Constructor for class com.google.gwt.maps.client.event.MapClickHandler.MapClickEvent
 
MapDoubleClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive click events from the MapWidget.
MapDoubleClickHandler.MapDoubleClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the "click" event on a MapWidget.
MapDoubleClickHandler.MapDoubleClickEvent(MapWidget, LatLng) - Constructor for class com.google.gwt.maps.client.event.MapDoubleClickHandler.MapDoubleClickEvent
 
MapDragEndHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.DRAGEND events from the MapWidget.
MapDragEndHandler.MapDragEndEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.DRAGEND event on a MapWidget.
MapDragEndHandler.MapDragEndEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapDragEndHandler.MapDragEndEvent
 
MapDragHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.DRAG events from the MapWidget.
MapDragHandler.MapDragEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.DRAG event on a MapWidget.
MapDragHandler.MapDragEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapDragHandler.MapDragEvent
 
MapDragStartHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.DRAGSTART events from the MapWidget.
MapDragStartHandler.MapDragStartEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.DRAGSTART event on a MapWidget.
MapDragStartHandler.MapDragStartEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapDragStartHandler.MapDragStartEvent
 
MapInfoWindowBeforeCloseHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.INFOWINDOWBEFORECLOSE events from the MapWidget.
MapInfoWindowBeforeCloseHandler.MapInfoWindowBeforeCloseEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.INFOWINDOWBEFORECLOSE event on a MapWidget.
MapInfoWindowBeforeCloseHandler.MapInfoWindowBeforeCloseEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapInfoWindowBeforeCloseHandler.MapInfoWindowBeforeCloseEvent
 
MapInfoWindowCloseHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.INFOWINDOWCLOSE events from the MapWidget.
MapInfoWindowCloseHandler.MapInfoWindowCloseEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.INFOWINDOWCLOSE event on a MapWidget.
MapInfoWindowCloseHandler.MapInfoWindowCloseEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapInfoWindowCloseHandler.MapInfoWindowCloseEvent
 
MapInfoWindowOpenHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.INFOWINDOWOPEN events from the MapWidget.
MapInfoWindowOpenHandler.MapInfoWindowOpenEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.INFOWINDOWOPEN event on a MapWidget.
MapInfoWindowOpenHandler.MapInfoWindowOpenEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapInfoWindowOpenHandler.MapInfoWindowOpenEvent
 
MapMouseMoveHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOUTevents from the MapWidget.
MapMouseMoveHandler.MapMouseMoveEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEMOVE event on a MapWidget.
MapMouseMoveHandler.MapMouseMoveEvent(MapWidget, LatLng) - Constructor for class com.google.gwt.maps.client.event.MapMouseMoveHandler.MapMouseMoveEvent
 
MapMouseOutHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOUT events from the MapWidget.
MapMouseOutHandler.MapMouseOutEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEOUT event on a MapWidget.
MapMouseOutHandler.MapMouseOutEvent(MapWidget, LatLng) - Constructor for class com.google.gwt.maps.client.event.MapMouseOutHandler.MapMouseOutEvent
 
MapMouseOverHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOVER events from the MapWidget.
MapMouseOverHandler.MapMouseOverEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEOVER event on a MapWidget.
MapMouseOverHandler.MapMouseOverEvent(MapWidget, LatLng) - Constructor for class com.google.gwt.maps.client.event.MapMouseOverHandler.MapMouseOverEvent
 
MapMoveEndHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOVEEND events from the MapWidget.
MapMoveEndHandler.MapMoveEndEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOVEEND event on a MapWidget.
MapMoveEndHandler.MapMoveEndEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapMoveEndHandler.MapMoveEndEvent
 
MapMoveHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOVEEND events from the MapWidget.
MapMoveHandler.MapMoveEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MAPMOVE event on a MapWidget.
MapMoveHandler.MapMoveEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapMoveHandler.MapMoveEvent
 
MapMoveStartHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive click events from the MapWidget.
MapMoveStartHandler.MapMoveStartEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the "click" event on a MapWidget.
MapMoveStartHandler.MapMoveStartEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapMoveStartHandler.MapMoveStartEvent
 
MapPane - Class in com.google.gwt.maps.client
Represents a DIV element for the specified layer of the map identified by the G_MAP_XXX_PANE constants in the Maps API.
MapPaneType - Enum in com.google.gwt.maps.client
Identifies a layer of the map used as a parameter to MapWidget.getPane(MapPaneType).
MapRemoveMapTypeHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.REMOVEMAPTYPEevents from the MapWidget.
MapRemoveMapTypeHandler.MapRemoveMapTypeEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.REMOVEMAPTYPE event on a MapWidget.
MapRemoveMapTypeHandler.MapRemoveMapTypeEvent(MapWidget, MapType) - Constructor for class com.google.gwt.maps.client.event.MapRemoveMapTypeHandler.MapRemoveMapTypeEvent
 
MapRemoveOverlayHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.REMOVEOVERLAY events from the MapWidget.
MapRemoveOverlayHandler.MapRemoveOverlayEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.REMOVEOVERLAY event on a MapWidget.
MapRemoveOverlayHandler.MapRemoveOverlayEvent(MapWidget, Overlay) - Constructor for class com.google.gwt.maps.client.event.MapRemoveOverlayHandler.MapRemoveOverlayEvent
 
MapRightClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive click events from the MapWidget.
MapRightClickHandler.MapRightClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the "click" event on a MapWidget.
MapRightClickHandler.MapRightClickEvent(MapWidget, Point, Element, Overlay) - Constructor for class com.google.gwt.maps.client.event.MapRightClickHandler.MapRightClickEvent
 
Maps - Class in com.google.gwt.maps.client
A collection of static methods and API wide constants.
MapType - Class in com.google.gwt.maps.client
A MapType is a sequence of tile layers, a map projection, a tile size, and assorted other settings, link colors, and copyrights.
MapType(TileLayer[], Projection, String) - Constructor for class com.google.gwt.maps.client.MapType
Creates a new custom map type from the tile layers, projection, and name.
MapType(TileLayer[], Projection, String, MapTypeOptions) - Constructor for class com.google.gwt.maps.client.MapType
Creates a new custom map type from the tile layers, projection, name, and options.
MapTypeChangedHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.TYPECHANGED events from the MapWidget.
MapTypeChangedHandler.MapTypeChangedEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.TYPECHANGED event on a MapWidget.
MapTypeChangedHandler.MapTypeChangedEvent(MapWidget) - Constructor for class com.google.gwt.maps.client.event.MapTypeChangedHandler.MapTypeChangedEvent
 
MapTypeControl - Class in com.google.gwt.maps.client.control
Creates a standard map type control for selecting and switching between supported map types via buttons.
MapTypeControl() - Constructor for class com.google.gwt.maps.client.control.MapTypeControl
Create a new standard map type control.
MapTypeControl(boolean) - Constructor for class com.google.gwt.maps.client.control.MapTypeControl
Creates a GMapTypeControl, using the short (alt) names for the map types if useShortNames is set to true, and the long names by default.
MapTypeNewCopyrightHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.NEWCOPYRIGHT events from the MapType.
MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the event.
MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent(MapType, Copyright) - Constructor for class com.google.gwt.maps.client.event.MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent
 
MapTypeOptions - Class in com.google.gwt.maps.client
A container object for building a set of options to create a custom MapType.
MapTypeOptions() - Constructor for class com.google.gwt.maps.client.MapTypeOptions
 
MapWidget - Class in com.google.gwt.maps.client
A widget that presents a viewable Google Map to a user.
MapWidget() - Constructor for class com.google.gwt.maps.client.MapWidget
 
MapWidget(LatLng, int) - Constructor for class com.google.gwt.maps.client.MapWidget
Creates a new map widget and sets the view to the given center and zoom level.
MapWidget(LatLng, int, String, String) - Constructor for class com.google.gwt.maps.client.MapWidget
Creates a new map widget and sets the view to the specified center point and zoom level.
MapZoomEndHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.ZOOMEND events from the MapWidget.
MapZoomEndHandler.MapZoomEndEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.ZOOMEND event on a MapWidget.
MapZoomEndHandler.MapZoomEndEvent(MapWidget, int, int) - Constructor for class com.google.gwt.maps.client.event.MapZoomEndHandler.MapZoomEndEvent
 
Marker - Class in com.google.gwt.maps.client.overlay
Marks a position on the map.
Marker(LatLng) - Constructor for class com.google.gwt.maps.client.overlay.Marker
Create a new marker at the specified point using default options.
Marker(LatLng, MarkerOptions) - Constructor for class com.google.gwt.maps.client.overlay.Marker
Create a new marker at the specified point using the supplied options overrides.
MarkerClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.CLICK events from the Marker.
MarkerClickHandler.MarkerClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.CLICK event on a Marker.
MarkerClickHandler.MarkerClickEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerClickHandler.MarkerClickEvent
 
MarkerDoubleClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.DOUBLECLICK events from the Marker.
MarkerDoubleClickHandler.MarkerDoubleClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.DOUBLECLICK event on a Marker.
MarkerDoubleClickHandler.MarkerDoubleClickEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerDoubleClickHandler.MarkerDoubleClickEvent
 
MarkerDragEndHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.DRAGEND events from the Marker.
MarkerDragEndHandler.MarkerDragEndEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.DRAGEND event on a Marker.
MarkerDragEndHandler.MarkerDragEndEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerDragEndHandler.MarkerDragEndEvent
 
MarkerDragHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.DRAG events from the Marker.
MarkerDragHandler.MarkerDragEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.DRAG event on a Marker.
MarkerDragHandler.MarkerDragEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerDragHandler.MarkerDragEvent
 
MarkerDragStartHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.DRAGSTART events from the Marker.
MarkerDragStartHandler.MarkerDragStartEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.DRAGSTART event on a Marker.
MarkerDragStartHandler.MarkerDragStartEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerDragStartHandler.MarkerDragStartEvent
 
MarkerInfoWindowBeforeCloseHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.INFOWINDOWBEFORECLOSE events from the Marker.
MarkerInfoWindowBeforeCloseHandler.MarkerInfoWindowBeforeCloseEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.INFOWINDOWBEFORECLOSE event on a Marker.
MarkerInfoWindowBeforeCloseHandler.MarkerInfoWindowBeforeCloseEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerInfoWindowBeforeCloseHandler.MarkerInfoWindowBeforeCloseEvent
 
MarkerInfoWindowCloseHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.INFOWINDOWCLOSE events from the Marker.
MarkerInfoWindowCloseHandler.MarkerInfoWindowCloseEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.INFOWINDOWCLOSE event on a Marker.
MarkerInfoWindowCloseHandler.MarkerInfoWindowCloseEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerInfoWindowCloseHandler.MarkerInfoWindowCloseEvent
 
MarkerInfoWindowOpenHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.INFOWINDOWOPEN events from the Marker.
MarkerInfoWindowOpenHandler.MarkerInfoWindowOpenEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.INFOWINDOWOPEN event on a Marker.
MarkerInfoWindowOpenHandler.MarkerInfoWindowOpenEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerInfoWindowOpenHandler.MarkerInfoWindowOpenEvent
 
MarkerMouseDownHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEDOWN events from the Marker.
MarkerMouseDownHandler.MarkerMouseDownEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEDOWN event on a Marker.
MarkerMouseDownHandler.MarkerMouseDownEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerMouseDownHandler.MarkerMouseDownEvent
 
MarkerMouseOutHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOUT events from the Marker.
MarkerMouseOutHandler.MarkerMouseOutEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEOUT event on a Marker.
MarkerMouseOutHandler.MarkerMouseOutEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerMouseOutHandler.MarkerMouseOutEvent
 
MarkerMouseOverHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOVER events from the Marker.
MarkerMouseOverHandler.MarkerMouseOverEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEOVER event on a Marker.
MarkerMouseOverHandler.MarkerMouseOverEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerMouseOverHandler.MarkerMouseOverEvent
 
MarkerMouseUpHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEUP events from the Marker.
MarkerMouseUpHandler.MarkerMouseUpEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEUP event on a Marker.
MarkerMouseUpHandler.MarkerMouseUpEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerMouseUpHandler.MarkerMouseUpEvent
 
MarkerOptions - Class in com.google.gwt.maps.client.overlay
Instances of this class are used in the Marker constructor options argument.
MarkerOptions() - Constructor for class com.google.gwt.maps.client.overlay.MarkerOptions
JavaScript overlays require a protected constructor.
MarkerRemoveHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.REMOVE events from the Marker.
MarkerRemoveHandler.MarkerRemoveEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.REMOVE event on a Marker.
MarkerRemoveHandler.MarkerRemoveEvent(Marker) - Constructor for class com.google.gwt.maps.client.event.MarkerRemoveHandler.MarkerRemoveEvent
 
MarkerVisibilityChangedHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.VISIBILITYCHANGED events from the Marker.
MarkerVisibilityChangedHandler.MarkerVisibilityChangedEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.VISIBILITYCHANGED event on a Marker.
MarkerVisibilityChangedHandler.MarkerVisibilityChangedEvent(Marker, boolean) - Constructor for class com.google.gwt.maps.client.event.MarkerVisibilityChangedHandler.MarkerVisibilityChangedEvent
 
maximize() - Method in class com.google.gwt.maps.client.InfoWindow
Maximizes the infowindow.
MenuMapTypeControl - Class in com.google.gwt.maps.client.control
Creates a drop-down map type control for switching between supported map types.
MenuMapTypeControl() - Constructor for class com.google.gwt.maps.client.control.MenuMapTypeControl
Creates a drop-down map type control for switching between supported map types.
MenuMapTypeControl(boolean) - Constructor for class com.google.gwt.maps.client.control.MenuMapTypeControl
Creates a GMapTypeControl, using the short (alt) names for the map types if useShortNames is set to true, and the long names by default.
MercatorProjection - Class in com.google.gwt.maps.client.geom
An implementation of the Projection interface for the Mercator projection is used by all predefined map types.
MercatorProjection(int) - Constructor for class com.google.gwt.maps.client.geom.MercatorProjection
Constructs a Mercator projection for the given number of zoom levels.
MercatorProjection(JavaScriptObject) - Constructor for class com.google.gwt.maps.client.geom.MercatorProjection
Wrap an existing GMercatorProjection object.
MISSING_ADDRESS - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
Synonym for StatusCodes.MISSING_QUERY.
MISSING_QUERY - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
The HTTP q parameter was either missing or had no value.

N

NewCopyrightHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.NEWCOPYRIGHT events from the CopyrightCollection.
NewCopyrightHandler.NewCopyrightEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for event.
NewCopyrightHandler.NewCopyrightEvent(CopyrightCollection, Copyright) - Constructor for class com.google.gwt.maps.client.event.NewCopyrightHandler.NewCopyrightEvent
 
newInstance(JsArray<Point>) - Static method in class com.google.gwt.maps.client.geom.Bounds
A Bounds is defined by minimum and maximum X and Y coordinates on a plane.
newInstance(int, int, int, int) - Static method in class com.google.gwt.maps.client.geom.Bounds
 
newInstance(double, double) - Static method in class com.google.gwt.maps.client.geom.LatLng
Create a new point.
newInstance(double, double, boolean) - Static method in class com.google.gwt.maps.client.geom.LatLng
Create a new point.
newInstance() - Static method in class com.google.gwt.maps.client.geom.LatLngBounds
Construct a new LatLngBounds object.
newInstance(LatLng, LatLng) - Static method in class com.google.gwt.maps.client.geom.LatLngBounds
Construct a new LatLngBounds object by specifying two opposite corners.
newInstance(int, int) - Static method in class com.google.gwt.maps.client.geom.Point
 
newInstance(int, int) - Static method in class com.google.gwt.maps.client.geom.Size
Construct a new Size object.
newInstance(int, int) - Static method in class com.google.gwt.maps.client.geom.TileIndex
Construct a new TileIndex instance.
newInstance() - Static method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Create a new encoded polyline.
newInstance(String, int, String, int) - Static method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Create a new encoded polyline.
newInstance(String, int, String, int, String, int, double) - Static method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Create a new encoded polyline.
newInstance() - Static method in class com.google.gwt.maps.client.overlay.Icon
Construct a new Icon object.
newInstance(Icon) - Static method in class com.google.gwt.maps.client.overlay.Icon
Construct an icon from an existing Icon object.
newInstance(String) - Static method in class com.google.gwt.maps.client.overlay.Icon
Construct an icon from an image loaded from a URL.
newInstance() - Static method in class com.google.gwt.maps.client.overlay.MarkerOptions
 
newInstance(Icon) - Static method in class com.google.gwt.maps.client.overlay.MarkerOptions
 
newInstance() - Static method in class com.google.gwt.maps.client.overlay.PolyEditingOptions
Create a new PolyEditingOptions object.
newInstance(boolean) - Static method in class com.google.gwt.maps.client.overlay.PolyEditingOptions
Create a PolyEditingOptions object.
newInstance(int) - Static method in class com.google.gwt.maps.client.overlay.PolyEditingOptions
Create a PolyEditingOptions object.
newInstance(int, boolean) - Static method in class com.google.gwt.maps.client.overlay.PolyEditingOptions
Create a PolyEditingOptions object.
newInstance(boolean) - Static method in class com.google.gwt.maps.client.overlay.PolygonOptions
Returns a new instance of the PolygonOptions object.
newInstance() - Static method in class com.google.gwt.maps.client.overlay.PolygonOptions
Returns a new instance of the PolygonOptions object.
newInstance(boolean) - Static method in class com.google.gwt.maps.client.overlay.PolylineOptions
Construct a new PolylineOptions instance.
newInstance(boolean, boolean) - Static method in class com.google.gwt.maps.client.overlay.PolylineOptions
Construct a new PolylineOptions instance.
newInstance() - Static method in class com.google.gwt.maps.client.overlay.PolylineOptions
 
newInstance(String) - Static method in class com.google.gwt.maps.client.overlay.PolyStyleOptions
Create a new PolyStyleOptions object.
newInstance(String, int, double) - Static method in class com.google.gwt.maps.client.overlay.PolyStyleOptions
Create a PolyStyleOptions object.

O

onAddMapType(MapAddMapTypeHandler.MapAddMapTypeEvent) - Method in interface com.google.gwt.maps.client.event.MapAddMapTypeHandler
Method to be invoked when a MapEvent.ADDMAPTYPE event fires on a MapWidget.
onAddOverlay(MapAddOverlayHandler.MapAddOverlayEvent) - Method in interface com.google.gwt.maps.client.event.MapAddOverlayHandler
Method to be invoked when a MapEvent.ADDOVERLAY event fires on a MapWidget.
onAttach() - Method in class com.google.gwt.maps.client.MapWidget
 
onCancel(PolygonCancelLineHandler.PolygonCancelLineEvent) - Method in interface com.google.gwt.maps.client.event.PolygonCancelLineHandler
Method to be invoked when a MapEvent.CANCELLINE event fires on a Polygon.
onCancel(PolylineCancelLineHandler.PolylineCancelLineEvent) - Method in interface com.google.gwt.maps.client.event.PolylineCancelLineHandler
Method to be invoked when a MapEvent.CANCELLINE event fires on a Polyline.
onChanged(TrafficOverlayChangedHandler.TrafficOverlayChangedEvent) - Method in interface com.google.gwt.maps.client.event.TrafficOverlayChangedHandler
Method to be invoked when a MapEvent.CHANGED event fires on a TrafficOverlay.
onClearOverlays(MapClearOverlaysHandler.MapClearOverlaysEvent) - Method in interface com.google.gwt.maps.client.event.MapClearOverlaysHandler
Method to be invoked when a MapEvent.CLEAROVERLAYS event fires on a MapWidget.
onClick(MapClickHandler.MapClickEvent) - Method in interface com.google.gwt.maps.client.event.MapClickHandler
Method to be invoked when a "click" event fires on a MapWidget.
onClick(MarkerClickHandler.MarkerClickEvent) - Method in interface com.google.gwt.maps.client.event.MarkerClickHandler
Method to be invoked when a MapEvent.CLICK event fires on a Marker.
onClick(PolygonClickHandler.PolygonClickEvent) - Method in interface com.google.gwt.maps.client.event.PolygonClickHandler
Method to be invoked when a MapEvent.CLICK event fires on a Polygon.
onClick(PolylineClickHandler.PolylineClickEvent) - Method in interface com.google.gwt.maps.client.event.PolylineClickHandler
Method to be invoked when a MapEvent.CLICK event fires on a Polyline.
onCloseClick(InfoWindowCloseClickHandler.InfoWindowCloseClickEvent) - Method in interface com.google.gwt.maps.client.event.InfoWindowCloseClickHandler
Method to be invoked when a MapEvent.CLOSECLICK event fires on a InfoWindow.
onDoubleClick(MapDoubleClickHandler.MapDoubleClickEvent) - Method in interface com.google.gwt.maps.client.event.MapDoubleClickHandler
Method to be invoked when a "click" event fires on a MapWidget.
onDoubleClick(MarkerDoubleClickHandler.MarkerDoubleClickEvent) - Method in interface com.google.gwt.maps.client.event.MarkerDoubleClickHandler
Method to be invoked when a MapEvent.DOUBLECLICK event fires on a Marker.
onDrag(MapDragHandler.MapDragEvent) - Method in interface com.google.gwt.maps.client.event.MapDragHandler
Method to be invoked when a MapEvent.DRAG event fires on a MapWidget.
onDrag(MarkerDragHandler.MarkerDragEvent) - Method in interface com.google.gwt.maps.client.event.MarkerDragHandler
Method to be invoked when a MapEvent.DRAG event fires on a Marker.
onDragEnd(MapDragEndHandler.MapDragEndEvent) - Method in interface com.google.gwt.maps.client.event.MapDragEndHandler
Method to be invoked when a MapEvent.DRAGEND event fires on a MapWidget.
onDragEnd(MarkerDragEndHandler.MarkerDragEndEvent) - Method in interface com.google.gwt.maps.client.event.MarkerDragEndHandler
Method to be invoked when a MapEvent.DRAGEND event fires on a Marker.
onDragStart(MapDragStartHandler.MapDragStartEvent) - Method in interface com.google.gwt.maps.client.event.MapDragStartHandler
Method to be invoked when a MapEvent.DRAGSTART event fires on a MapWidget.
onDragStart(MarkerDragStartHandler.MarkerDragStartEvent) - Method in interface com.google.gwt.maps.client.event.MarkerDragStartHandler
Method to be invoked when a MapEvent.DRAGSTART event fires on a Marker.
onEarthInstance(EarthInstanceHandler.EarthInstanceEvent) - Method in interface com.google.gwt.maps.client.event.EarthInstanceHandler
 
onEnd(PolygonEndLineHandler.PolygonEndLineEvent) - Method in interface com.google.gwt.maps.client.event.PolygonEndLineHandler
Method to be invoked when a MapEvent.ENDLINE event fires on a Polygon.
onEnd(PolylineEndLineHandler.PolylineEndLineEvent) - Method in interface com.google.gwt.maps.client.event.PolylineEndLineHandler
Method to be invoked when a MapEvent.ENDLINE event fires on a Polyline.
onFailure(int) - Method in interface com.google.gwt.maps.client.geocode.DirectionsCallback
Called when a Directions load() method fails.
onFailure() - Method in interface com.google.gwt.maps.client.geocode.LatLngCallback
Invoked when the geocoding call fails.
onFailure(int) - Method in interface com.google.gwt.maps.client.geocode.LocationCallback
Called when the geocoding service fails.
onFailure(String, Throwable) - Method in class com.google.gwt.maps.client.overlay.GeoXmlLoadCallback
The call to create a new overlay failed.
onInfoWindowBeforeClose(MapInfoWindowBeforeCloseHandler.MapInfoWindowBeforeCloseEvent) - Method in interface com.google.gwt.maps.client.event.MapInfoWindowBeforeCloseHandler
Method to be invoked when a MapEvent.INFOWINDOWBEFORECLOSE event fires on a MapWidget.
onInfoWindowBeforeClose(MarkerInfoWindowBeforeCloseHandler.MarkerInfoWindowBeforeCloseEvent) - Method in interface com.google.gwt.maps.client.event.MarkerInfoWindowBeforeCloseHandler
Method to be invoked when a MapEvent.INFOWINDOWBEFORECLOSE event fires on a Marker.
onInfoWindowClose(MapInfoWindowCloseHandler.MapInfoWindowCloseEvent) - Method in interface com.google.gwt.maps.client.event.MapInfoWindowCloseHandler
Method to be invoked when a MapEvent.INFOWINDOWCLOSE event fires on a MapWidget.
onInfoWindowClose(MarkerInfoWindowCloseHandler.MarkerInfoWindowCloseEvent) - Method in interface com.google.gwt.maps.client.event.MarkerInfoWindowCloseHandler
Method to be invoked when a MapEvent.INFOWINDOWCLOSE event fires on a Marker.
onInfoWindowOpen(MapInfoWindowOpenHandler.MapInfoWindowOpenEvent) - Method in interface com.google.gwt.maps.client.event.MapInfoWindowOpenHandler
Method to be invoked when a MapEvent.INFOWINDOWOPEN event fires on a MapWidget.
onInfoWindowOpen(MarkerInfoWindowOpenHandler.MarkerInfoWindowOpenEvent) - Method in interface com.google.gwt.maps.client.event.MarkerInfoWindowOpenHandler
Method to be invoked when a MapEvent.INFOWINDOWOPEN event fires on a Marker.
onMaximizeClick(InfoWindowMaximizeClickHandler.InfoWindowMaximizeClickEvent) - Method in interface com.google.gwt.maps.client.event.InfoWindowMaximizeClickHandler
Method to be invoked when a MapEvent.MAXIMIZECLICK event fires on a InfoWindow.
onMaximizeEnd(InfoWindowMaximizeEndHandler.InfoWindowMaximizeEndEvent) - Method in interface com.google.gwt.maps.client.event.InfoWindowMaximizeEndHandler
Method to be invoked when a MapEvent.MAXIMIZEEND event fires on a InfoWindow.
onMouseDown(MarkerMouseDownHandler.MarkerMouseDownEvent) - Method in interface com.google.gwt.maps.client.event.MarkerMouseDownHandler
Method to be invoked when a MapEvent.MOUSEDOWN event fires on a Marker.
onMouseMove(MapMouseMoveHandler.MapMouseMoveEvent) - Method in interface com.google.gwt.maps.client.event.MapMouseMoveHandler
Method to be invoked when a MapEvent.MOUSEOUT event fires on a MapWidget.
onMouseOut(MapMouseOutHandler.MapMouseOutEvent) - Method in interface com.google.gwt.maps.client.event.MapMouseOutHandler
Method to be invoked when a MapEvent.MOUSEOUT event fires on a MapWidget.
onMouseOut(MarkerMouseOutHandler.MarkerMouseOutEvent) - Method in interface com.google.gwt.maps.client.event.MarkerMouseOutHandler
Method to be invoked when a MapEvent.MOUSEOUT event fires on a Marker.
onMouseOut(PolygonMouseOutHandler.PolygonMouseOutEvent) - Method in interface com.google.gwt.maps.client.event.PolygonMouseOutHandler
Method to be invoked when a MapEvent.MOUSEOUT event fires on a Polygon.
onMouseOut(PolylineMouseOutHandler.PolylineMouseOutEvent) - Method in interface com.google.gwt.maps.client.event.PolylineMouseOutHandler
Method to be invoked when a MapEvent.MOUSEOUT event fires on a Polyline.
onMouseOver(MapMouseOverHandler.MapMouseOverEvent) - Method in interface com.google.gwt.maps.client.event.MapMouseOverHandler
Method to be invoked when a MapEvent.MOUSEOVER event fires on a MapWidget.
onMouseOver(MarkerMouseOverHandler.MarkerMouseOverEvent) - Method in interface com.google.gwt.maps.client.event.MarkerMouseOverHandler
Method to be invoked when a MapEvent.MOUSEOVER event fires on a Marker.
onMouseOver(PolygonMouseOverHandler.PolygonMouseOverEvent) - Method in interface com.google.gwt.maps.client.event.PolygonMouseOverHandler
Method to be invoked when a MapEvent.MOUSEOVER event fires on a Polygon.
onMouseOver(PolylineMouseOverHandler.PolylineMouseOverEvent) - Method in interface com.google.gwt.maps.client.event.PolylineMouseOverHandler
Method to be invoked when a MapEvent.MOUSEOVER event fires on a Polyline.
onMouseUp(MarkerMouseUpHandler.MarkerMouseUpEvent) - Method in interface com.google.gwt.maps.client.event.MarkerMouseUpHandler
Method to be invoked when a MapEvent.MOUSEUP event fires on a Marker.
onMove(MapMoveHandler.MapMoveEvent) - Method in interface com.google.gwt.maps.client.event.MapMoveHandler
Method to be invoked when a MapEvent.MOVE event fires on a MapWidget.
onMoveEnd(MapMoveEndHandler.MapMoveEndEvent) - Method in interface com.google.gwt.maps.client.event.MapMoveEndHandler
Method to be invoked when a MapEvent.MOVEEND event fires on a MapWidget.
onMoveStart(MapMoveStartHandler.MapMoveStartEvent) - Method in interface com.google.gwt.maps.client.event.MapMoveStartHandler
Method to be invoked when a "click" event fires on a MapWidget.
onNewCopyright(MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent) - Method in interface com.google.gwt.maps.client.event.MapTypeNewCopyrightHandler
Method to be invoked when a "newcopyright" event fires on a MapType.
onNewCopyright(NewCopyrightHandler.NewCopyrightEvent) - Method in interface com.google.gwt.maps.client.event.NewCopyrightHandler
Method to be invoked when a "newcopyright" event fires on a CopyrightCollection.
onNewCopyright(TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent) - Method in interface com.google.gwt.maps.client.event.TileLayerNewCopyrightHandler
Method to be invoked when a "newcopyright" event fires on a TileLayer.
onRemove(MarkerRemoveHandler.MarkerRemoveEvent) - Method in interface com.google.gwt.maps.client.event.MarkerRemoveHandler
Method to be invoked when a MapEvent.REMOVE event fires on a Marker.
onRemove(PolygonRemoveHandler.PolygonRemoveEvent) - Method in interface com.google.gwt.maps.client.event.PolygonRemoveHandler
Method to be invoked when a MapEvent.REMOVE event fires on a Polygon.
onRemove(PolylineRemoveHandler.PolylineRemoveEvent) - Method in interface com.google.gwt.maps.client.event.PolylineRemoveHandler
Method to be invoked when a MapEvent.REMOVE event fires on a Polyline.
onRemoveMapType(MapRemoveMapTypeHandler.MapRemoveMapTypeEvent) - Method in interface com.google.gwt.maps.client.event.MapRemoveMapTypeHandler
Method to be invoked when a MapEvent.REMOVEMAPTYPE event fires on a MapWidget.
onRemoveOverlay(MapRemoveOverlayHandler.MapRemoveOverlayEvent) - Method in interface com.google.gwt.maps.client.event.MapRemoveOverlayHandler
Method to be invoked when a MapEvent.REMOVEOVERLAY event fires on a MapWidget.
onRestoreClick(InfoWindowRestoreClickHandler.InfoWindowRestoreClickEvent) - Method in interface com.google.gwt.maps.client.event.InfoWindowRestoreClickHandler
Method to be invoked when a MapEvent.RESTORECLICK event fires on a InfoWindow.
onRestoreEnd(InfoWindowRestoreEndHandler.InfoWindowRestoreEndEvent) - Method in interface com.google.gwt.maps.client.event.InfoWindowRestoreEndHandler
Method to be invoked when a MapEvent.RESTOREEND event fires on a InfoWindow.
onRightClick(MapRightClickHandler.MapRightClickEvent) - Method in interface com.google.gwt.maps.client.event.MapRightClickHandler
Method to be invoked when a "click" event fires on a MapWidget.
onSuccess(DirectionResults) - Method in interface com.google.gwt.maps.client.geocode.DirectionsCallback
Called when a Directions.load() query returns successfully.
onSuccess(LatLng) - Method in interface com.google.gwt.maps.client.geocode.LatLngCallback
Invoked when the geocoding call succeeds.
onSuccess(JsArray<Placemark>) - Method in interface com.google.gwt.maps.client.geocode.LocationCallback
Called when the geocoding service returns a result successfully.
onSuccess(String, GeoXmlOverlay) - Method in class com.google.gwt.maps.client.overlay.GeoXmlLoadCallback
The call to create the object succeeded.
onTypeChanged(MapTypeChangedHandler.MapTypeChangedEvent) - Method in interface com.google.gwt.maps.client.event.MapTypeChangedHandler
Method to be invoked when a MapEvent.TYPECHANGED event fires on a MapWidget.
onUpdate(PolygonLineUpdatedHandler.PolygonLineUpdatedEvent) - Method in interface com.google.gwt.maps.client.event.PolygonLineUpdatedHandler
Method to be invoked when a MapEvent.LINEUPDATED event fires on a Polygon.
onUpdate(PolylineLineUpdatedHandler.PolylineLineUpdatedEvent) - Method in interface com.google.gwt.maps.client.event.PolylineLineUpdatedHandler
Method to be invoked when a MapEvent.LINEUPDATED event fires on a Polyline.
onVisibilityChanged(GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent) - Method in interface com.google.gwt.maps.client.event.GroundOverlayVisibilityChangedHandler
Method to be invoked when a MapEvent.VISIBILITYCHANGED event fires on a GroundOverlay.
onVisibilityChanged(MarkerVisibilityChangedHandler.MarkerVisibilityChangedEvent) - Method in interface com.google.gwt.maps.client.event.MarkerVisibilityChangedHandler
Method to be invoked when a MapEvent.VISIBILITYCHANGED event fires on a Marker.
onVisibilityChanged(PolygonVisibilityChangedHandler.PolygonVisibilityChangedEvent) - Method in interface com.google.gwt.maps.client.event.PolygonVisibilityChangedHandler
Method to be invoked when a MapEvent.VISIBILITYCHANGED event fires on a Polygon.
onVisibilityChanged(PolylineVisibilityChangedHandler.PolylineVisibilityChangedEvent) - Method in interface com.google.gwt.maps.client.event.PolylineVisibilityChangedHandler
Method to be invoked when a MapEvent.VISIBILITYCHANGED event fires on a Polyline.
onZoomEnd(MapZoomEndHandler.MapZoomEndEvent) - Method in interface com.google.gwt.maps.client.event.MapZoomEndHandler
Method to be invoked when a MapEvent.ZOOMEND event fires on a MapWidget.
open(LatLng, InfoWindowContent) - Method in class com.google.gwt.maps.client.InfoWindow
Opens the info window at the given point with the given content.
open(Marker, InfoWindowContent) - Method in class com.google.gwt.maps.client.InfoWindow
Create a new info window on a Marker.
Overlay - Class in com.google.gwt.maps.client.overlay
The base class for adding objects at a specific position on top of the map.
Overlay() - Constructor for class com.google.gwt.maps.client.overlay.Overlay
 
Overlay(JavaScriptObject) - Constructor for class com.google.gwt.maps.client.overlay.Overlay
 
Overlay.ConcreteOverlay - Class in com.google.gwt.maps.client.overlay
This class is used to wrap Overlays written entirely in JavaScript.
Overlay.ConcreteOverlay(JavaScriptObject) - Constructor for class com.google.gwt.maps.client.overlay.Overlay.ConcreteOverlay
 
OverviewMapControl - Class in com.google.gwt.maps.client.control
Creates a collapsible overview mini-map in the corner of the main map for reference location and navigation (through dragging).
OverviewMapControl() - Constructor for class com.google.gwt.maps.client.control.OverviewMapControl
Creates a collapsible overview mini-map in the corner of the main map for reference location and navigation (through dragging).

P

panBy(int, int) - Method in class com.google.gwt.maps.client.MapWidget
Starts a pan animation by the given distance in pixels.
panDirection(int, int) - Method in class com.google.gwt.maps.client.MapWidget
Starts a pan animation by 1/3rd the size of the map in the indicated directions.
panTo(LatLng) - Method in class com.google.gwt.maps.client.MapWidget
Centers the map to the given point.
Placemark - Class in com.google.gwt.maps.client.geocode
This class represents a JSON result returned from the Google Geocoding service.
Placemark() - Constructor for class com.google.gwt.maps.client.geocode.Placemark
A protected constructor is required for JS overlays.
Point - Class in com.google.gwt.maps.client.geom
A Point represents a point on the map by its pixel coordinates.
Point() - Constructor for class com.google.gwt.maps.client.geom.Point
 
PolyEditingOptions - Class in com.google.gwt.maps.client.overlay
Options to pass to the Polyline.setDrawingEnabled() editing routines.
PolyEditingOptions() - Constructor for class com.google.gwt.maps.client.overlay.PolyEditingOptions
 
Polygon - Class in com.google.gwt.maps.client.overlay
This is a map overlay that draws a polygon on the map, using the vector drawing facilities of the browser if they are available, or an image overlay from Google servers otherwise.
Polygon(LatLng[]) - Constructor for class com.google.gwt.maps.client.overlay.Polygon
Create a Polygon from an array of points.
Polygon(LatLng[], String, int, double, String, double) - Constructor for class com.google.gwt.maps.client.overlay.Polygon
Create a polygon from an array of points, specifying optional parameters.
Polygon(LatLng[], String, int, double, String, double, PolygonOptions) - Constructor for class com.google.gwt.maps.client.overlay.Polygon
Create a polygon from an array of points, specifying optional parameters.
PolygonCancelLineHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.CANCELLINE events from the Polygon.
PolygonCancelLineHandler.PolygonCancelLineEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.CANCELLINE event on a Polygon.
PolygonCancelLineHandler.PolygonCancelLineEvent(Polygon) - Constructor for class com.google.gwt.maps.client.event.PolygonCancelLineHandler.PolygonCancelLineEvent
 
PolygonClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.CLICK events from the Polygon.
PolygonClickHandler.PolygonClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.CLICK event on a Polygon.
PolygonClickHandler.PolygonClickEvent(Polygon, LatLng) - Constructor for class com.google.gwt.maps.client.event.PolygonClickHandler.PolygonClickEvent
 
PolygonEndLineHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.ENDLINE events from the Polygon.
PolygonEndLineHandler.PolygonEndLineEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.ENDLINE event on a Polygon.
PolygonEndLineHandler.PolygonEndLineEvent(Polygon, LatLng) - Constructor for class com.google.gwt.maps.client.event.PolygonEndLineHandler.PolygonEndLineEvent
 
PolygonLineUpdatedHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.LINEUPDATED events from the Polygon.
PolygonLineUpdatedHandler.PolygonLineUpdatedEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.LINEUPDATED event on a Polygon.
PolygonLineUpdatedHandler.PolygonLineUpdatedEvent(Polygon) - Constructor for class com.google.gwt.maps.client.event.PolygonLineUpdatedHandler.PolygonLineUpdatedEvent
 
PolygonMouseOutHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOUT events from the Polygon.
PolygonMouseOutHandler.PolygonMouseOutEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEOUT event on a Polygon.
PolygonMouseOutHandler.PolygonMouseOutEvent(Polygon) - Constructor for class com.google.gwt.maps.client.event.PolygonMouseOutHandler.PolygonMouseOutEvent
 
PolygonMouseOverHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOVER events from the Polygon.
PolygonMouseOverHandler.PolygonMouseOverEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEOVER event on a Polygon.
PolygonMouseOverHandler.PolygonMouseOverEvent(Polygon) - Constructor for class com.google.gwt.maps.client.event.PolygonMouseOverHandler.PolygonMouseOverEvent
 
PolygonOptions - Class in com.google.gwt.maps.client.overlay
Options to pass to the Polygon constructor.
PolygonOptions() - Constructor for class com.google.gwt.maps.client.overlay.PolygonOptions
 
PolygonRemoveHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.REMOVE events from the Polygon.
PolygonRemoveHandler.PolygonRemoveEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.REMOVE event on a Polygon.
PolygonRemoveHandler.PolygonRemoveEvent(Polygon) - Constructor for class com.google.gwt.maps.client.event.PolygonRemoveHandler.PolygonRemoveEvent
 
PolygonVisibilityChangedHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.VISIBILITYCHANGED events from the Polygon.
PolygonVisibilityChangedHandler.PolygonVisibilityChangedEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.VISIBILITYCHANGED event on a Polygon.
PolygonVisibilityChangedHandler.PolygonVisibilityChangedEvent(Polygon, boolean) - Constructor for class com.google.gwt.maps.client.event.PolygonVisibilityChangedHandler.PolygonVisibilityChangedEvent
 
Polyline - Class in com.google.gwt.maps.client.overlay
This is a map overlay that draws a polyline on the map, using the vector drawing facilities of the browser if they are available, or an image overlay from Google servers otherwise.
Polyline(LatLng[]) - Constructor for class com.google.gwt.maps.client.overlay.Polyline
Create a new polyline.
Polyline(LatLng[], String) - Constructor for class com.google.gwt.maps.client.overlay.Polyline
Create a new polyline.
Polyline(LatLng[], String, int) - Constructor for class com.google.gwt.maps.client.overlay.Polyline
Create a new polyline.
Polyline(LatLng[], String, int, double) - Constructor for class com.google.gwt.maps.client.overlay.Polyline
Create a new polyline.
Polyline(LatLng[], String, int, double, PolylineOptions) - Constructor for class com.google.gwt.maps.client.overlay.Polyline
Create a new polyline.
PolylineCancelLineHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.CANCELLINE events from the Polyline.
PolylineCancelLineHandler.PolylineCancelLineEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.CANCELLINE event on a Polyline.
PolylineCancelLineHandler.PolylineCancelLineEvent(Polyline) - Constructor for class com.google.gwt.maps.client.event.PolylineCancelLineHandler.PolylineCancelLineEvent
 
PolylineClickHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.CLICK events from the Polyline.
PolylineClickHandler.PolylineClickEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.CLICK event on a Polyline.
PolylineClickHandler.PolylineClickEvent(Polyline, LatLng) - Constructor for class com.google.gwt.maps.client.event.PolylineClickHandler.PolylineClickEvent
 
PolylineEndLineHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.ENDLINE events from the Polyline.
PolylineEndLineHandler.PolylineEndLineEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.ENDLINE event on a Polyline.
PolylineEndLineHandler.PolylineEndLineEvent(Polyline, LatLng) - Constructor for class com.google.gwt.maps.client.event.PolylineEndLineHandler.PolylineEndLineEvent
 
PolylineLineUpdatedHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.LINEUPDATED events from the Polyline.
PolylineLineUpdatedHandler.PolylineLineUpdatedEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.LINEUPDATED event on a Polyline.
PolylineLineUpdatedHandler.PolylineLineUpdatedEvent(Polyline) - Constructor for class com.google.gwt.maps.client.event.PolylineLineUpdatedHandler.PolylineLineUpdatedEvent
 
PolylineMouseOutHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOUT events from the Polyline.
PolylineMouseOutHandler.PolylineMouseOutEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEOUT event on a Polyline.
PolylineMouseOutHandler.PolylineMouseOutEvent(Polyline) - Constructor for class com.google.gwt.maps.client.event.PolylineMouseOutHandler.PolylineMouseOutEvent
 
PolylineMouseOverHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.MOUSEOVER events from the Polyline.
PolylineMouseOverHandler.PolylineMouseOverEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.MOUSEOVER event on a Polyline.
PolylineMouseOverHandler.PolylineMouseOverEvent(Polyline) - Constructor for class com.google.gwt.maps.client.event.PolylineMouseOverHandler.PolylineMouseOverEvent
 
PolylineOptions - Class in com.google.gwt.maps.client.overlay
Options to pass to the Polyline constructor.
PolylineOptions() - Constructor for class com.google.gwt.maps.client.overlay.PolylineOptions
 
PolylineRemoveHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.REMOVE events from the Polyline.
PolylineRemoveHandler.PolylineRemoveEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.REMOVE event on a Polyline.
PolylineRemoveHandler.PolylineRemoveEvent(Polyline) - Constructor for class com.google.gwt.maps.client.event.PolylineRemoveHandler.PolylineRemoveEvent
 
PolylineVisibilityChangedHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.VISIBILITYCHANGED events from the Polyline.
PolylineVisibilityChangedHandler.PolylineVisibilityChangedEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.VISIBILITYCHANGED event on a Polyline.
PolylineVisibilityChangedHandler.PolylineVisibilityChangedEvent(Polyline, boolean) - Constructor for class com.google.gwt.maps.client.event.PolylineVisibilityChangedHandler.PolylineVisibilityChangedEvent
 
PolyStyleOptions - Class in com.google.gwt.maps.client.overlay
Options to pass to the Polyline drawing routines.
PolyStyleOptions() - Constructor for class com.google.gwt.maps.client.overlay.PolyStyleOptions
 
POSTAL_CODE - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 
Projection - Class in com.google.gwt.maps.client.geom
This is the interface for map projections.
Projection() - Constructor for class com.google.gwt.maps.client.geom.Projection
Create a new Projection instance and bind it to this implementation.
Projection(JavaScriptObject) - Constructor for class com.google.gwt.maps.client.geom.Projection
Create a new Projection instance by wrapping an existing GProjection object.
put(String, JavaScriptObject) - Method in class com.google.gwt.maps.client.geocode.CustomGeocodeCache
 
put(String, JavaScriptObject) - Method in class com.google.gwt.maps.client.geocode.FactualGeocodeCache
 
put(String, JavaScriptObject) - Method in class com.google.gwt.maps.client.geocode.GeocodeCache
Stores the given reply under the given address.

R

redraw(boolean) - Method in class com.google.gwt.maps.client.overlay.Overlay.ConcreteOverlay
 
redraw(boolean) - Method in class com.google.gwt.maps.client.overlay.Overlay
Called by the map when the map display has changed.
REGION - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 
remove() - Method in class com.google.gwt.maps.client.overlay.Overlay.ConcreteOverlay
 
remove() - Method in class com.google.gwt.maps.client.overlay.Overlay
Called by the map after the overlay is removed from the map using MapWidget.removeOverlay(Overlay) or MapWidget.clearOverlays().
removeControl(Control) - Method in class com.google.gwt.maps.client.MapWidget
Removes the given control from the map.
removeGroundOverlayVisibilityChangedHandler(GroundOverlayVisibilityChangedHandler) - Method in class com.google.gwt.maps.client.overlay.GroundOverlay
Removes a single handler of this map previously added with GroundOverlay.addGroundOverlayVisibilityChangedHandler(GroundOverlayVisibilityChangedHandler).
removeInfoWindowBeforeCloseHandler(MapInfoWindowBeforeCloseHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addInfoWindowBeforeCloseHandler(MapInfoWindowBeforeCloseHandler) .
removeInfoWindowCloseClickHandler(InfoWindowCloseClickHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Removes a single handler of this map previously added with InfoWindow.addInfoWindowCloseClickHandler(InfoWindowCloseClickHandler) .
removeInfoWindowCloseHandler(MapInfoWindowCloseHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addInfoWindowCloseHandler(MapInfoWindowCloseHandler).
removeInfoWindowMaximizeClickHandler(InfoWindowMaximizeClickHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Removes a single handler of this map previously added with InfoWindow.addInfoWindowMaximizeClickHandler(InfoWindowMaximizeClickHandler) .
removeInfoWindowMaximizeEndHandler(InfoWindowMaximizeEndHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Removes a single handler of this map previously added with InfoWindow.addInfoWindowMaximizeEndHandler(InfoWindowMaximizeEndHandler) .
removeInfoWindowOpenHandler(MapInfoWindowOpenHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addInfoWindowOpenHandler(MapInfoWindowOpenHandler).
removeInfoWindowRestoreClickHandler(InfoWindowRestoreClickHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Removes a single handler of this map previously added with InfoWindow.addInfoWindowRestoreClickHandler(InfoWindowRestoreClickHandler) .
removeInfoWindowRestoreEndHandler(InfoWindowRestoreEndHandler) - Method in class com.google.gwt.maps.client.InfoWindow
Removes a single handler of this map previously added with InfoWindow.addInfoWindowRestoreEndHandler(InfoWindowRestoreEndHandler) .
removeMapAddMapTypeHandler(MapAddMapTypeHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapAddMapTypeHandler(MapAddMapTypeHandler).
removeMapAddOverlayHandler(MapAddOverlayHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapAddOverlayHandler(MapAddOverlayHandler).
removeMapClearOverlaysHandler(MapClearOverlaysHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapClearOverlaysHandler(MapClearOverlaysHandler).
removeMapClickHandler(MapClickHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapClickHandler(MapClickHandler).
removeMapDoubleClickHandler(MapDoubleClickHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapDoubleClickHandler(MapDoubleClickHandler).
removeMapDragEndHandler(MapDragEndHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapDragEndHandler(MapDragEndHandler).
removeMapDragHandler(MapDragHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapDragHandler(MapDragHandler).
removeMapDragStartHandler(MapDragStartHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapDragStartHandler(MapDragStartHandler).
removeMapMouseMoveHandler(MapMouseMoveHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapMouseOutHandler(MapMouseOutHandler).
removeMapMouseOutHandler(MapMouseOutHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapMouseOutHandler(MapMouseOutHandler).
removeMapMouseOverHandler(MapMouseOverHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapMouseOverHandler(MapMouseOverHandler).
removeMapMoveEndHandler(MapMoveEndHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapMoveEndHandler(MapMoveEndHandler).
removeMapMoveHandler(MapMoveHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapMoveHandler(MapMoveHandler).
removeMapMoveStartHandler(MapMoveStartHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapMoveStartHandler(MapMoveStartHandler).
removeMapRemoveMapTypeHandler(MapRemoveMapTypeHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapRemoveMapTypeHandler(MapRemoveMapTypeHandler).
removeMapRemoveOverlayHandler(MapRemoveOverlayHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapRemoveOverlayHandler(MapRemoveOverlayHandler).
removeMapRightClickHandler(MapRightClickHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapRightClickHandler(MapRightClickHandler).
removeMapType(MapType) - Method in class com.google.gwt.maps.client.MapWidget
Removes the map type from the map.
removeMapTypeChangedHandler(MapTypeChangedHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapTypeChangedHandler(MapTypeChangedHandler).
removeMapTypeNewCopyrightHandler(MapTypeNewCopyrightHandler) - Method in class com.google.gwt.maps.client.MapType
Removes a single handler of this map type previously added with MapType.addMapTypeNewCopyrightHandler(MapTypeNewCopyrightHandler).
removeMapZoomEndHandler(MapZoomEndHandler) - Method in class com.google.gwt.maps.client.MapWidget
Removes a single handler of this map previously added with MapWidget.addMapZoomEndHandler(MapZoomEndHandler).
removeMarkerClickHandler(MarkerClickHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerClickHandler(MarkerClickHandler).
removeMarkerDoubleClickHandler(MarkerDoubleClickHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerDoubleClickHandler(MarkerDoubleClickHandler).
removeMarkerDragEndHandler(MarkerDragEndHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerDragEndHandler(MarkerDragEndHandler).
removeMarkerDragHandler(MarkerDragHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerDragHandler(MarkerDragHandler).
removeMarkerDragStartHandler(MarkerDragStartHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerDragStartHandler(MarkerDragStartHandler).
removeMarkerInfoWindowBeforeCloseHandler(MarkerInfoWindowBeforeCloseHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerInfoWindowBeforeCloseHandler(MarkerInfoWindowBeforeCloseHandler) .
removeMarkerInfoWindowCloseHandler(MarkerInfoWindowCloseHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerInfoWindowCloseHandler(MarkerInfoWindowCloseHandler) .
removeMarkerInfoWindowOpenHandler(MarkerInfoWindowOpenHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerInfoWindowOpenHandler(MarkerInfoWindowOpenHandler).
removeMarkerMouseDownHandler(MarkerMouseDownHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerMouseDownHandler(MarkerMouseDownHandler).
removeMarkerMouseOutHandler(MarkerMouseOutHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerMouseOutHandler(MarkerMouseOutHandler).
removeMarkerMouseOverHandler(MarkerMouseOverHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerMouseOverHandler(MarkerMouseOverHandler).
removeMarkerMouseUpHandler(MarkerMouseUpHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerMouseUpHandler(MarkerMouseUpHandler).
removeMarkerRemoveHandler(MarkerRemoveHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerRemoveHandler(MarkerRemoveHandler).
removeMarkerVisibilityChangedHandler(MarkerVisibilityChangedHandler) - Method in class com.google.gwt.maps.client.overlay.Marker
Removes a single handler of this map previously added with Marker.addMarkerVisibilityChangedHandler(MarkerVisibilityChangedHandler) .
removeNewCopyrightHandler(NewCopyrightHandler) - Method in class com.google.gwt.maps.client.CopyrightCollection
Removes a single handler of this copyright collection previously added with CopyrightCollection.addNewCopyrightHandler(NewCopyrightHandler).
removeOverlay(Overlay) - Method in class com.google.gwt.maps.client.MapWidget
Removes the overlay from the map.
removePolygonCancelLineHandler(PolygonCancelLineHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes a single handler of this map previously added with Polygon.addPolygonCancelLineHandler(PolygonCancelLineHandler).
removePolygonClickHandler(PolygonClickHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes a single handler of this map previously added with Polygon.addPolygonClickHandler(PolygonClickHandler).
removePolygonEndLineHandler(PolygonEndLineHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes a single handler of this map previously added with Polygon.addPolygonEndLineHandler(PolygonEndLineHandler).
removePolygonLineUpdatedHandler(PolygonLineUpdatedHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes a single handler of this map previously added with Polygon.addPolygonLineUpdatedHandler(PolygonLineUpdatedHandler).
removePolygonMouseOutHandler(PolygonMouseOutHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes a single handler of this map previously added with Polygon.addPolygonMouseOutHandler(PolygonMouseOutHandler).
removePolygonMouseOverHandler(PolygonMouseOverHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes a single handler of this map previously added with Polygon.addPolygonMouseOverHandler(PolygonMouseOverHandler).
removePolygonRemoveHandler(PolygonRemoveHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes a single handler of this map previously added with Polygon.addPolygonRemoveHandler(PolygonRemoveHandler).
removePolygonVisibilityChangedHandler(PolygonVisibilityChangedHandler) - Method in class com.google.gwt.maps.client.overlay.Polygon
Removes a single handler of this map previously added with Polygon.addPolygonVisibilityChangedHandler(PolygonVisibilityChangedHandler) .
removePolylineCancelLineHandler(PolylineCancelLineHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes a single handler of this map previously added with Polyline.addPolylineCancelLineHandler(PolylineCancelLineHandler).
removePolylineClickHandler(PolylineClickHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes a single handler of this map previously added with Polyline.addPolylineClickHandler(PolylineClickHandler).
removePolylineEndLineHandler(PolylineEndLineHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes a single handler of this map previously added with Polyline.addPolylineEndLineHandler(PolylineEndLineHandler).
removePolylineLineUpdatedHandler(PolylineLineUpdatedHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes a single handler of this map previously added with Polyline.addPolylineLineUpdatedHandler(PolylineLineUpdatedHandler).
removePolylineMouseOutHandler(PolylineMouseOutHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes a single handler of this map previously added with Polyline.addPolylineMouseOutHandler(PolylineMouseOutHandler).
removePolylineMouseOverHandler(PolylineMouseOverHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes a single handler of this map previously added with Polyline.addPolylineMouseOverHandler(PolylineMouseOverHandler).
removePolylineRemoveHandler(PolylineRemoveHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes a single handler of this map previously added with Polyline.addPolylineRemoveHandler(PolylineRemoveHandler).
removePolylineVisibilityChangedHandler(PolylineVisibilityChangedHandler) - Method in class com.google.gwt.maps.client.overlay.Polyline
Removes a single handler of this map previously added with Polyline.addPolylineVisibilityChangedHandler(PolylineVisibilityChangedHandler) .
removeRelationship(MapType) - Method in class com.google.gwt.maps.client.control.HierarchicalMapTypeControl
Removes all relationships involving a map type from the control.
removeTileLayerNewCopyrightHandler(TileLayerNewCopyrightHandler) - Method in class com.google.gwt.maps.client.TileLayer
Removes a single handler of this tile layer previously added with TileLayer.addTileLayerNewCopyrightHandler(TileLayerNewCopyrightHandler).
removeTrafficOverlayHandler(TrafficOverlayChangedHandler) - Method in class com.google.gwt.maps.client.overlay.TrafficOverlay
Removes a single handler of this map previously added with addTrafficOverlayChangedHandler(TrafficOverlayChangedHandler) .
reset() - Method in class com.google.gwt.maps.client.geocode.CustomGeocodeCache
 
reset() - Method in class com.google.gwt.maps.client.geocode.FactualGeocodeCache
 
reset() - Method in class com.google.gwt.maps.client.geocode.GeocodeCache
Purges all replies from the cache.
reset() - Method in class com.google.gwt.maps.client.geocode.Geocoder
Resets the geocoder.
restore() - Method in class com.google.gwt.maps.client.InfoWindow
Restores the info window to its default (non-maximized) state.
returnToSavedPosition() - Method in class com.google.gwt.maps.client.MapWidget
Restores the map view that was saved by MapWidget.savePosition().
Route - Class in com.google.gwt.maps.client.geocode
Created by the Directions class to store information about a single route in a directions result.
Route() - Constructor for class com.google.gwt.maps.client.geocode.Route
 

S

savePosition() - Method in class com.google.gwt.maps.client.MapWidget
Stores the current map position and zoom level for later recall by MapWidget.returnToSavedPosition().
ScaleControl - Class in com.google.gwt.maps.client.control
Creates a control that displays the map scale.
ScaleControl() - Constructor for class com.google.gwt.maps.client.control.ScaleControl
Creates a control that displays the map scale.
selectTab(int) - Method in class com.google.gwt.maps.client.InfoWindow
Selects the tab with the given index.
SERVER_ERROR - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known.
setAlt(String) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the alternative text to the map type returned by MapType.getAlt().
setAutoPan(boolean) - Method in class com.google.gwt.maps.client.overlay.MarkerOptions
Auto-pan the map as you drag the marker near the edge.
setBaseCountryCode(String) - Method in class com.google.gwt.maps.client.geocode.Geocoder
Sets the geocoder to bias search results as if they were sent from the domain specified by the given country code top-level domain (ccTLD).
setBounceGravity(double) - Method in class com.google.gwt.maps.client.overlay.MarkerOptions
When finishing dragging, this number is used to define the acceleration rate of the marker during the bounce down to earth.
setBouncy(boolean) - Method in class com.google.gwt.maps.client.overlay.MarkerOptions
Toggles whether or not the marker should bounce up and down after it finishes dragging.
setCenter(LatLng) - Method in class com.google.gwt.maps.client.MapWidget
Centers the map to the given latitude and longitude.
setCenter(LatLng, int) - Method in class com.google.gwt.maps.client.MapWidget
Centers the map to the given latitude and longitude and sets the zoom level.
setCenter(LatLng, int, MapType) - Method in class com.google.gwt.maps.client.MapWidget
Centers the map to the given latitude and longitude and sets the zoom level and current map type.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlay.MarkerOptions
Toggles whether or not the marker is clickable.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlay.PolygonOptions
Toggles whether or not the polygon is clickable.
setClickable(boolean) - Method in class com.google.gwt.maps.client.overlay.PolylineOptions
Toggles whether or not the polyline is clickable.
setColor(String) - Method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Sets the color of the Polyline.
setColor(String) - Method in class com.google.gwt.maps.client.overlay.PolyStyleOptions
Specifies a string that contains a hexadecimal numeric HTML style, i.e.
setContinuousZoom(boolean) - Method in class com.google.gwt.maps.client.MapWidget
Enables or disables continuous zooming on supported browsers.
setCurrentMapType(MapType) - Method in class com.google.gwt.maps.client.MapWidget
Sets the view to the given map type.
setDoubleClickZoom(boolean) - Method in class com.google.gwt.maps.client.MapWidget
Enables or disables the double click to zoom functionality.
setDragCrossAnchor(Point) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the pixel coordinate offsets relative to the the value Icon.getIconAnchor()) of the cross image when an icon is dragged.
setDragCrossImageURL(String) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the cross image URL when an icon is dragged.
setDragCrossMove(boolean) - Method in class com.google.gwt.maps.client.overlay.MarkerOptions
When dragging markers normally, the marker floats up and away from the cursor.
setDragCrossSize(Size) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the pixel size of the cross image when an icon is dragged.
setDraggable(boolean) - Method in class com.google.gwt.maps.client.MapWidget
Sets whether the map is draggable.
setDraggable(boolean) - Method in class com.google.gwt.maps.client.overlay.MarkerOptions
Toggles whether or not the marker will be draggable by users.
setDraggingEnabled(boolean) - Method in class com.google.gwt.maps.client.overlay.Marker
Allow this marker to be dragged.
setDrawingEnabled() - Method in class com.google.gwt.maps.client.overlay.Polygon
Allows a user to construct (or modify) a Polygon object by clicking on additional points on the map.
setDrawingEnabled(PolyEditingOptions) - Method in class com.google.gwt.maps.client.overlay.Polygon
Enable drawing as in Polygon.setDrawingEnabled() but with control over the polygon drawing parameters.
setDrawingEnabled() - Method in class com.google.gwt.maps.client.overlay.Polyline
Allows a user to construct (or modify) a GPolyline object by clicking on additional points on the map.
setDrawingEnabled(PolyEditingOptions) - Method in class com.google.gwt.maps.client.overlay.Polyline
Enable drawing as in Polyline.setDrawingEnabled() but with control over the polyline drawing parameters.
setEditingEnabled(boolean) - Method in class com.google.gwt.maps.client.overlay.Polygon
Allows modification of an existing Polygon chain of points.
setEditingEnabled(PolyEditingOptions) - Method in class com.google.gwt.maps.client.overlay.Polygon
Enable editing as in Polygon.setEditingEnabled(boolean), but with control over the drawing parameters.
setEditingEnabled(boolean) - Method in class com.google.gwt.maps.client.overlay.Polyline
Allows modification of an existing Polyline chain of points.
setEditingEnabled(PolyEditingOptions) - Method in class com.google.gwt.maps.client.overlay.Polyline
Enable editing as in Polyline.setEditingEnabled(boolean), but with control over the polyline drawing parameters.
setErrorMessage(String) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the error message returned by MapType.getErrorMessage() .
setFillStyle(PolyStyleOptions) - Method in class com.google.gwt.maps.client.overlay.Polygon
Changes the style of the polygon fill.
setFromStart(boolean) - Method in class com.google.gwt.maps.client.overlay.PolyEditingOptions
This property specifies whether enableDrawing should add points from the start rather than from the end, which is the default.
setGeodesic(boolean) - Method in class com.google.gwt.maps.client.overlay.PolylineOptions
Render each edge of the polyline as a geodesic (a segment of a "great circle").
setGoogleBarEnabled(boolean) - Method in class com.google.gwt.maps.client.MapWidget
Enables or disables the GoogleBar, an integrated search control, to the map.
setHeight(String) - Method in class com.google.gwt.maps.client.MapWidget
 
setIcon(Icon) - Method in class com.google.gwt.maps.client.overlay.MarkerOptions
Chooses the Icon for this class.
setIconAnchor(Point) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the pixel coordinate relative to the top left corner of the icon image at which this icon is anchored to the map.
setIconSize(Size) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the pixel size of the foreground image of the icon.
setImage(String) - Method in class com.google.gwt.maps.client.overlay.Marker
Use an image for this marker.
setImageMap(int[]) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the clickable part of the icon image in browsers other than Internet Explorer.
setImageMap(JsArrayInteger) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the clickable part of the icon image in browsers other than Internet Explorer.
setImageURL(String) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the foreground image URL of the icon.
setInfoWindowAnchor(Point) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the pixel coordinate relative to the top left corner of the icon image at which the info window is anchored to this icon.
setInfoWindowEnabled(boolean) - Method in class com.google.gwt.maps.client.MapWidget
Sets whether info window operations on the map are enabled.
setLatLng(LatLng) - Method in class com.google.gwt.maps.client.overlay.Marker
Sets the geographical coordinates of the point at which this marker is anchored.
setLevels(String) - Method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Sets the zoom level groups for this polyline.
setLinkColor(String) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the text color returned by MapType.getLinkColor().
setLocale(String) - Method in class com.google.gwt.maps.client.geocode.DirectionQueryOptions
The locale to use for the directions result.
setMapType(MapType) - Method in class com.google.gwt.maps.client.InfoWindowContent.MapBlowupContent
Type of blowup map to show in the info window.
setMaxContent(String) - Method in class com.google.gwt.maps.client.InfoWindowContent
Specifies content to be shown when the InfoWindow is maximized.
setMaxContent(Widget) - Method in class com.google.gwt.maps.client.InfoWindowContent
Specifies content to be shown when the InfoWindow is maximized.
setMaxHeight(int) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the distance in pixels in which a marker will visually "rise" vertically when dragged.
setMaximizeEnabled(boolean) - Method in class com.google.gwt.maps.client.InfoWindow
Enables or disables maximization of the info window.
setMaxResolution(int) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the maximum zoom level of this map type, returned by MapType.getMaximumResolution().
setMaxTitle(String) - Method in class com.google.gwt.maps.client.InfoWindowContent
Specifies title to be shown when the InfoWindow is maximized.
setMaxTitle(Widget) - Method in class com.google.gwt.maps.client.InfoWindowContent
Specifies title to be shown when the InfoWindow is maximized.
setMaxVertices(int) - Method in class com.google.gwt.maps.client.overlay.PolyEditingOptions
This property specifies the maximum number of vertices permitted for this polyline.
setMaxWidth(int) - Method in class com.google.gwt.maps.client.InfoWindowContent
Maximum width of the info window content, in pixels.
setMinResolution(int) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the minimum zoom level of this map type, returned by MapType.getMinimumResolution().
setMozPrintImageURL(String) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the URL of the foreground icon image used for printed maps in Firefox/Mozilla.
setNoCloseOnClick(boolean) - Method in class com.google.gwt.maps.client.InfoWindowContent
Indicates whether or not the info window should close for a click on the map that was not on a marker.
setNumLevels(int) - Method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Set the number of zoom levels in the string passed to EncodedPolyline.setLevels(String).
setOpacity(double) - Method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Sets the opacity of the polyline.
setOpacity(double) - Method in class com.google.gwt.maps.client.overlay.PolyStyleOptions
Specifies the opacity of the polyline.
setPoint(LatLng) - Method in class com.google.gwt.maps.client.overlay.Marker
Deprecated.  
setPoints(String) - Method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Set the list of encoded latitude and longitude coordinates.
setPreserveViewport(boolean) - Method in class com.google.gwt.maps.client.geocode.DirectionQueryOptions
By default, when a Directions object has a map, the map is centered and zoomed to the bounding box of the the directions result.
setPrintImageURL(String) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the URL of the foreground icon image used for printed maps.
setRadius(int) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the radius of the map type given the passed Number measured in meters.
setRetrievePolyline(boolean) - Method in class com.google.gwt.maps.client.geocode.DirectionQueryOptions
By default, the Directions.load*() methods fetch polyline data only if a map is attached to the Directions object.
setRetrieveSteps(boolean) - Method in class com.google.gwt.maps.client.geocode.DirectionQueryOptions
By default, the Directions.load*() methods fetch steps data only if a panel is attached to the Directions object.
setScrollWheelZoomEnabled(boolean) - Method in class com.google.gwt.maps.client.MapWidget
Enables zooming using a mouse's scroll wheel.
setShadowSize(Size) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the pixel size of the shadow image.
setShadowURL(String) - Method in class com.google.gwt.maps.client.overlay.Icon
Sets the shadow image URL of the icon.
setShortName(String) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the short name of the map type that is returned from MapType.getName(boolean).
setSize(String, String) - Method in class com.google.gwt.maps.client.MapWidget
 
setStrokeStyle(PolyStyleOptions) - Method in class com.google.gwt.maps.client.overlay.Polygon
Changes the style of the polylgon outline.
setStrokeStyle(PolyStyleOptions) - Method in class com.google.gwt.maps.client.overlay.Polyline
Changes the style of the polyline.
setTextColor(String) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the text color returned by MapType.getTextColor().
setTileSize(int) - Method in class com.google.gwt.maps.client.MapTypeOptions
Set the tile size returned by MapType.getTileSize().
setTitle(String) - Method in class com.google.gwt.maps.client.overlay.MarkerOptions
This string will appear as tooltip on the marker, i.e.
setTransparentImageURL(String) - Method in class com.google.gwt.maps.client.overlay.Icon
The URL of a virtually transparent version of the foreground icon image used to capture click events in Internet Explorer.
setUrlArg(String) - Method in class com.google.gwt.maps.client.MapTypeOptions
Sets the url argument of the map type that is returned from MapType.getUrlArg().
setViewport(LatLngBounds) - Method in class com.google.gwt.maps.client.geocode.Geocoder
Sets the geocoder to magnify geocoding results within or near the given viewport.
setVisible(boolean) - Method in class com.google.gwt.maps.client.InfoWindow
Shows or hides the info window.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
Shows/Hides the child overlays created by the GeoXmlOverlay object if the overlay is both currently visible and the overlay's supportsHide() method returns true.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlay.GroundOverlay
Sets the overlay visible by passing true or hide it b passing false.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlay.Marker
Toggle the visibility of the Marker on the map it is associated with.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlay.Polygon
Show or hide the polygon.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlay.Polyline
Show or hide the polyline.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlay.TileLayerOverlay
Shows or hides this overlay.
setVisible(boolean) - Method in class com.google.gwt.maps.client.overlay.TrafficOverlay
Shows or hides this overlay.
setWeight(int) - Method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Sets the weight of the polyline.
setWeight(int) - Method in class com.google.gwt.maps.client.overlay.PolyStyleOptions
Specifies the width of the line in pixels.
setWidth(String) - Method in class com.google.gwt.maps.client.MapWidget
 
setX(int) - Method in class com.google.gwt.maps.client.geom.TileIndex
Sets the X coordinate.
setY(int) - Method in class com.google.gwt.maps.client.geom.TileIndex
Sets the Y coordinate.
setZoomFactor(int) - Method in class com.google.gwt.maps.client.overlay.EncodedPolyline
Sets the magnification between adjacent sets of zoom levels in the encoded levels string.
setZoomLevel(int) - Method in class com.google.gwt.maps.client.InfoWindowContent.MapBlowupContent
Zoom level of the blowup map in the info window.
setZoomLevel(int) - Method in class com.google.gwt.maps.client.MapWidget
Sets the zoom level to the given new value.
showMapBlowup() - Method in class com.google.gwt.maps.client.overlay.Marker
Opens the map info window over the icon of the marker.
showMapBlowup(InfoWindowContent) - Method in class com.google.gwt.maps.client.overlay.Marker
Opens the map info window over the icon of the marker.
Size - Class in com.google.gwt.maps.client.geom
A Size represents the size in pixels of a rectangular area of the map.
Size() - Constructor for class com.google.gwt.maps.client.geom.Size
 
SmallMapControl - Class in com.google.gwt.maps.client.control
Creates a control with buttons to pan in four directions, and zoom in and zoom out.
SmallMapControl() - Constructor for class com.google.gwt.maps.client.control.SmallMapControl
Creates a control with buttons to pan in four directions, and zoom in and zoom out.
SmallZoomControl - Class in com.google.gwt.maps.client.control
Creates a control with buttons to zoom in and zoom out.
SmallZoomControl() - Constructor for class com.google.gwt.maps.client.control.SmallZoomControl
Creates a control with buttons to zoom in and zoom out.
StatusCodes - Class in com.google.gwt.maps.client.geocode
Result status codes for the Google Geocoding service.
StatusCodes() - Constructor for class com.google.gwt.maps.client.geocode.StatusCodes
 
Step - Class in com.google.gwt.maps.client.geocode
Created by the Directions object to store information about a single step within a route in a directions result.
Step() - Constructor for class com.google.gwt.maps.client.geocode.Step
 
STREET - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 
SUB_REGION - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 
SUCCESS - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
No errors occurred; the address was successfully parsed and its geocode has been returned.
supportsHide() - Method in class com.google.gwt.maps.client.overlay.GeoXmlOverlay
Always returns true.
supportsHide() - Method in class com.google.gwt.maps.client.overlay.Polygon
Returns true if this environment supports the Polygon.setVisible(boolean) method.
supportsHide() - Method in class com.google.gwt.maps.client.overlay.Polyline
Returns true if this environment supports the Polyline.setVisible(boolean) method.

T

tileCheckRange(TileIndex, int, int) - Method in class com.google.gwt.maps.client.geom.MercatorProjection
 
tileCheckRange(TileIndex, int, int) - Method in class com.google.gwt.maps.client.geom.Projection
Indicates to the map if the tile index is in a valid range for the map type.
TileIndex - Class in com.google.gwt.maps.client.geom
Specifies the position of a Tile in the map.
TileIndex() - Constructor for class com.google.gwt.maps.client.geom.TileIndex
 
TileLayer - Class in com.google.gwt.maps.client
Implement this class in order to provide custom map tile layers, either through MapType or TileLayerOverlay.
TileLayer(CopyrightCollection, int, int) - Constructor for class com.google.gwt.maps.client.TileLayer
 
TileLayerNewCopyrightHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.NEWCOPYRIGHT events from the TileLayer.
TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the "click" event on a MapWidget.
TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent(TileLayer, Copyright) - Constructor for class com.google.gwt.maps.client.event.TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent
 
TileLayerOverlay - Class in com.google.gwt.maps.client.overlay
A TileLayerOverlay augments the map with a TileLayer.
TileLayerOverlay(TileLayer) - Constructor for class com.google.gwt.maps.client.overlay.TileLayerOverlay
Creates a tile layer overlay from the given tile layer.
toCanonical(String) - Method in class com.google.gwt.maps.client.geocode.CustomGeocodeCache
 
toCanonical(String) - Method in class com.google.gwt.maps.client.geocode.FactualGeocodeCache
 
toCanonical(String) - Method in class com.google.gwt.maps.client.geocode.GeocodeCache
Returns what is considered a canonical version of the address.
toJsArray(LatLng[]) - Static method in class com.google.gwt.maps.client.geom.LatLng
Convenience routine for creating a JsArray from Java array of LatLng values.
TOO_MANY_QUERIES - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
The given key has gone over the requests limit in the 24 hour period.
toSpan() - Method in class com.google.gwt.maps.client.geom.LatLngBounds
Returns a LatLng whose coordinates represent the size of this rectangle.
toString() - Method in class com.google.gwt.maps.client.Copyright
 
toString() - Method in class com.google.gwt.maps.client.geocode.Waypoint
 
toUrlValue() - Method in class com.google.gwt.maps.client.geom.LatLng
Returns a string that represents this point in a format suitable for use as a URL parameter value.
toUrlValue(int) - Method in class com.google.gwt.maps.client.geom.LatLng
Returns a string that represents this point in a format suitable for use as a URL parameter value.
TOWN - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 
TrafficOverlay - Class in com.google.gwt.maps.client.overlay
A traffic overlay object displays road traffic information.
TrafficOverlay() - Constructor for class com.google.gwt.maps.client.overlay.TrafficOverlay
Creates a new traffic overlay.
TrafficOverlayChangedHandler - Interface in com.google.gwt.maps.client.event
Provides an interface to implement in order to receive MapEvent.CHANGED events from the TrafficOverlay.
TrafficOverlayChangedHandler.TrafficOverlayChangedEvent - Class in com.google.gwt.maps.client.event
Encapsulates the arguments for the MapEvent.CHANGED event on a TrafficOverlay.
TrafficOverlayChangedHandler.TrafficOverlayChangedEvent(TrafficOverlay, boolean) - Constructor for class com.google.gwt.maps.client.event.TrafficOverlayChangedHandler.TrafficOverlayChangedEvent
 
TYPE_ELEMENT - Static variable in class com.google.gwt.maps.client.InfoWindowContent
 
TYPE_MAP_BLOWUP - Static variable in class com.google.gwt.maps.client.InfoWindowContent
 
TYPE_TABBED - Static variable in class com.google.gwt.maps.client.InfoWindowContent
 

U

UNAVAILABLE_ADDRESS - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
The geocode for the given address or the route for the given directions query cannot be returned due to legal or contractual reasons.
UNKNOWN_ADDRESS - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
No corresponding geographic location could be found for the specified address.
UNKNOWN_DIRECTIONS - Static variable in class com.google.gwt.maps.client.geocode.StatusCodes
The Directions object could not compute directions between the points mentioned in the query.
UNKNOWN_LOCATION - Static variable in class com.google.gwt.maps.client.geocode.GeoAddressAccuracy
 

V

valueOf(String) - Static method in enum com.google.gwt.maps.client.control.ControlAnchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.maps.client.MapPaneType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.gwt.maps.client.control.ControlAnchor
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.gwt.maps.client.MapPaneType
Returns an array containing the constants of this enum type, in the order they're declared.

W

Waypoint - Class in com.google.gwt.maps.client.geocode
This class is used to create an array of arguments to the Directions class for specifying multi-point directions.
Waypoint(LatLng) - Constructor for class com.google.gwt.maps.client.geocode.Waypoint
Construct a waypoint from a point.
Waypoint(Placemark) - Constructor for class com.google.gwt.maps.client.geocode.Waypoint
Construct a waypoint from a Placemark.
Waypoint(String) - Constructor for class com.google.gwt.maps.client.geocode.Waypoint
Construct a waypoint from an address entered as a string.

Z

zoomIn() - Method in class com.google.gwt.maps.client.MapWidget
Increments zoom level by one.
zoomOut() - Method in class com.google.gwt.maps.client.MapWidget
Decrements zoom level by one.

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