Package com.google.maps.gwt.client

Interface Summary
Circle.CenterChangedHandler This event is fired when the circle's center is changed.
Circle.ClickHandler This event is fired when the DOM click event is fired on the circle.
Circle.DblClickHandler This event is fired when the DOM dblclick event is fired on the circle.
Circle.MouseDownHandler This event is fired when the DOM mousedown event is fired on the circle.
Circle.MouseMoveHandler This event is fired when the DOM mousemove event is fired on the circle.
Circle.MouseOutHandler This event is fired on circle mouseout.
Circle.MouseOverHandler This event is fired on circle mouseover.
Circle.MouseUpHandler This event is fired when the DOM mouseup event is fired on the circle.
Circle.RadiusChangedHandler This event is fired when the circle's radius is changed.
Circle.RightClickHandler This event is fired when the circle is right-clicked on.
DirectionsRenderer.DirectionsChangedHandler This event is fired when the rendered directions change, either when a new DirectionsResult is set or when the user finishes dragging a change to the directions path.
DirectionsService.Callback Callback type for handling asynchronous responses from route.
DistanceMatrixService.Callback Callback type for handling asynchronous responses from getDistanceMatrix.
ElevationService.Callback Callback type for handling asynchronous responses from getElevationForLocations.
ElevationService.GetElevationAlongPathCallback Callback type for handling asynchronous responses from getElevationAlongPath.
FusionTablesLayer.ClickHandler This event is fired when a feature in the layer is clicked.
Geocoder.Callback Callback type for handling asynchronous responses from geocode.
GoogleMap.BoundsChangedHandler This event is fired when the viewport bounds have changed.
GoogleMap.CenterChangedHandler This event is fired when the map center property changes.
GoogleMap.ClickHandler This event is fired when the user clicks on the map (but not when they click on a marker or infowindow).
GoogleMap.DblClickHandler This event is fired when the user double-clicks on the map.
GoogleMap.DragEndHandler This event is fired when the user stops dragging the map.
GoogleMap.DragHandler This event is repeatedly fired while the user drags the map.
GoogleMap.DragStartHandler This event is fired when the user starts dragging the map.
GoogleMap.HeadingChangedHandler This event is fired when the map heading property changes.
GoogleMap.IdleHandler This event is fired when the map becomes idle after panning or zooming.
GoogleMap.MapTypeIdChangedHandler This event is fired when the mapTypeId property changes.
GoogleMap.MouseMoveHandler This event is fired whenever the user's mouse moves over the map container.
GoogleMap.MouseOutHandler This event is fired when the user's mouse exits the map container.
GoogleMap.MouseOverHandler This event is fired when the user's mouse enters the map container.
GoogleMap.ProjectionChangedHandler This event is fired when the projection has changed.
GoogleMap.ResizeHandler Developers should trigger this event on the map when the div changes size: google.maps.event.trigger(map, 'resize') .
GoogleMap.RightClickHandler This event is fired when the DOM contextmenu event is fired on the map container.
GoogleMap.TilesLoadedHandler This event is fired when the visible tiles have finished loading.
GoogleMap.TiltChangedHandler This event is fired when the map tilt property changes.
GoogleMap.ZoomChangedHandler This event is fired when the map zoom property changes.
GroundOverlay.ClickHandler This event is fired when the DOM click event is fired on the GroundOverlay .
GroundOverlay.DblClickHandler This event is fired when the DOM dblclick event is fired on the GroundOverlay .
ImageMapType.TilesLoadedHandler This event is fired when the visible tiles have finished loading.
ImageMapTypeOptions.Callback Callback type for handling asynchronous responses from getTileUrl.
InfoWindow.CloseClickHandler This event is fired when the close button was clicked.
InfoWindow.ContentChangedHandler This event is fired when the content property changes.
InfoWindow.DomReadyHandler This event is fired when the <div> containing the InfoWindow 's content is attached to the DOM.
InfoWindow.PositionChangedHandler This event is fired when the position property changes.
InfoWindow.ZIndexChangedHandler This event is fired when the InfoWindow's zIndex changes.
KmlLayer.ClickHandler This event is fired when a feature in the layer is clicked.
KmlLayer.DefaultviewportChangedHandler This event is fired when the KML layers default viewport has changed.
KmlLayer.StatusChangedHandler This event is fired when the KML layer has finished loading.
MapFeaturesTracker.StreetviewChangedHandler This event is fired whenever Street View coverage within the map changes.
MapFeaturesTracker.TrafficChangedHandler This event is fired whenever traffic coverage within the map changes.
Marker.AnimationChangedHandler This event is fired when the marker's animation property changes.
Marker.ClickableChangedHandler This event is fired when the marker's clickable property changes.
Marker.ClickHandler This event is fired when the marker icon was clicked.
Marker.CursorChangedHandler This event is fired when the marker's cursor property changes.
Marker.DblClickHandler This event is fired when the marker icon was double clicked.
Marker.DragEndHandler This event is fired when the user stops dragging the marker.
Marker.DraggableChangedHandler This event is fired when the marker's draggable property changes.
Marker.DragHandler This event is repeatedly fired while the user drags the marker.
Marker.DragStartHandler This event is fired when the user starts dragging the marker.
Marker.FlatChangedHandler This event is fired when the marker's flat property changes.
Marker.IconChangedHandler This event is fired when the marker icon property changes.
Marker.MouseDownHandler This event is fired for a mousedown on the marker.
Marker.MouseOutHandler This event is fired when the mouse leaves the area of the marker icon.
Marker.MouseOverHandler This event is fired when the mouse enters the area of the marker icon.
Marker.MouseUpHandler This event is fired for a mouseup on the marker.
Marker.PositionChangedHandler This event is fired when the marker position property changes.
Marker.RightClickHandler This event is fired for a rightclick on the marker.
Marker.ShadowChangedHandler This event is fired when the marker's shadow property changes.
Marker.ShapeChangedHandler This event is fired when the marker's shape property changes.
Marker.TitleChangedHandler This event is fired when the marker title property changes.
Marker.VisibleChangedHandler This event is fired when the marker's visible property changes.
Marker.ZIndexChangedHandler This event is fired when the marker's zIndex property changes.
MaxZoomService.Callback Callback type for handling asynchronous responses from getMaxZoomAtLatLng.
MVCArray.ForEachCallback<T extends JavaScriptObject> Callback type for handling asynchronous responses from forEach.
Polygon.ClickHandler This event is fired when the DOM click event is fired on the Polygon.
Polygon.DblClickHandler This event is fired when the DOM dblclick event is fired on the Polygon.
Polygon.MouseDownHandler This event is fired when the DOM mousedown event is fired on the Polygon.
Polygon.MouseMoveHandler This event is fired when the DOM mousemove event is fired on the Polygon.
Polygon.MouseOutHandler This event is fired on Polygon mouseout.
Polygon.MouseOverHandler This event is fired on Polygon mouseover.
Polygon.MouseUpHandler This event is fired when the DOM mouseup event is fired on the Polygon.
Polygon.RightClickHandler This event is fired when the Polygon is right-clicked on.
Polyline.ClickHandler This event is fired when the DOM click event is fired on the Polyline.
Polyline.DblClickHandler This event is fired when the DOM dblclick event is fired on the Polyline.
Polyline.MouseDownHandler This event is fired when the DOM mousedown event is fired on the Polyline.
Polyline.MouseMoveHandler This event is fired when the DOM mousemove event is fired on the Polyline.
Polyline.MouseOutHandler This event is fired on Polyline mouseout.
Polyline.MouseOverHandler This event is fired on Polyline mouseover.
Polyline.MouseUpHandler This event is fired when the DOM mouseup event is fired on the Polyline.
Polyline.RightClickHandler This event is fired when the Polyline is right-clicked on.
Rectangle.BoundsChangedHandler This event is fired when the rectangle's bounds are changed.
Rectangle.ClickHandler This event is fired when the DOM click event is fired on the rectangle.
Rectangle.DblClickHandler This event is fired when the DOM dblclick event is fired on the rectangle.
Rectangle.MouseDownHandler This event is fired when the DOM mousedown event is fired on the rectangle.
Rectangle.MouseMoveHandler This event is fired when the DOM mousemove event is fired on the rectangle.
Rectangle.MouseOutHandler This event is fired on rectangle mouseout.
Rectangle.MouseOverHandler This event is fired on rectangle mouseover.
Rectangle.MouseUpHandler This event is fired when the DOM mouseup event is fired on the rectangle.
Rectangle.RightClickHandler This event is fired when the rectangle is right-clicked on.
StreetViewPanorama.Callback Callback type for handling asynchronous responses from registerPanoProvider.
StreetViewPanorama.CloseClickHandler This event is fired when the close button is clicked.
StreetViewPanorama.LinksChangedHandler This event is fired when the panorama's links change.
StreetViewPanorama.PanoChangedHandler This event is fired when the panorama's pano id changes.
StreetViewPanorama.PositionChangedHandler This event is fired when the panorama's position changes.
StreetViewPanorama.PovChangedHandler This event is fired when the panorama's point-of-view changes.
StreetViewPanorama.ResizeHandler Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize') .
StreetViewPanorama.VisibleChangedHandler This event is fired when the panorama's visibility changes.
StreetViewPanoramaOptions.Callback Callback type for handling asynchronous responses from panoProvider.
StreetViewService.Callback Callback type for handling asynchronous responses from getPanoramaByLocation.
StreetViewService.GetPanoramaByIdCallback Callback type for handling asynchronous responses from getPanoramaById.
 

Class Summary
Animation Animations that can be played on a marker.
ArrayHelper Convenience methods for working with GWT JsArrays.
BicyclingLayer A layer showing bike lanes and paths.
Circle A circle on the Earth's surface; also known as a "spherical cap".
CircleOptions THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
ControlPosition Identifiers used to specify the placement of controls on the map.
DirectionsLeg A single leg consisting of a set of steps in a DirectionsResult .
DirectionsRenderer Renders directions retrieved in the form of a DirectionsResult object retrieved from the DirectionsService .
DirectionsRendererOptions This object defines the properties that can be set on a DirectionsRenderer object.
DirectionsRequest A directions query to be sent to the DirectionsService .
DirectionsResult The directions response retrieved from the directions server.
DirectionsRoute A single route containing a set of legs in a DirectionsResult .
DirectionsService A service for computing directions between two or more places.
DirectionsStatus The status returned by the DirectionsService on the completion of a call to route() .
DirectionsStep A single DirectionsStep in a DirectionsResult .
DirectionsWaypoint A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
Distance A representation of distance as a numeric value and a display string.
DistanceMatrixElementStatus The element-level status about a particular origin-destination pairing returned by the DistanceMatrixService upon completion of a distance matrix request.
DistanceMatrixRequest A distance matrix query sent by the DistanceMatrixService containing arrays of origin and destination locations, and various options for computing metrics.
DistanceMatrixResponse The response to a DistanceMatrixService request, consisting of the formatted origin and destination addresses, and a sequence of DistanceMatrixResponseRow s, one for each corresponding origin address.
DistanceMatrixResponseElement A single element of a response to a DistanceMatrixService request, which contains the duration and distance from one origin to one destination.
DistanceMatrixResponseRow A row of the response to a DistanceMatrixService request, consisting of a sequence of DistanceMatrixResponseElement s, one for each corresponding destination address.
DistanceMatrixService A service for computing distances between multiple origins and destinations.
DistanceMatrixStatus The top-level status about the request in general returned by the DistanceMatrixService upon completion of a distance matrix request.
Duration A representation of duration as a numeric value and a display string.
ElevationResult The result of an ElevationService request, consisting of the set of elevation coordinates and their elevation values.
ElevationService Defines a service class that talks directly to Google servers for requesting elevation data.
ElevationStatus The status returned by the ElevationService upon completion of an elevation requerst.
FusionTablesCell Describes a single cell from a Fusion Tables table.
FusionTablesHeatmap Specifies the appearance for a FusionTablesLayer when rendered as a heatmap.
FusionTablesLayer A FusionTablesLayer allows you to display data from a Google Fusion Table on a map, as a rendered layer.
FusionTablesLayerOptions This object defines the properties that can be set on a FusionTablesLayer object.
FusionTablesMarkerOptions Options which control the appearance of point features in a FusionTablesLayer .
FusionTablesMouseEvent The properties of a mouse event on a FusionTablesLayer .
FusionTablesPolygonOptions Options which control the appearance of polygons in a FusionTablesLayer .
FusionTablesPolylineOptions Options which control the appearance of polylines in a FusionTablesLayer .
FusionTablesQuery Specifies the data to retrieve from a Fusion Tables.
FusionTablesStyle Controls the appearance of a set of features within a FusionTablesLayer .
Geocoder A service for converting between an address and a LatLng .
GeocoderAddressComponent A single address component within a GeocoderResult .
GeocoderGeometry Geometry information about this GeocoderResult THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
GeocoderLocationType Describes the type of location returned from a geocode.
GeocoderRequest The specification for a geocoding request to be sent to the Geocoder .
GeocoderResult A single geocoder result retrieved from the geocode server.
GeocoderStatus The status returned by the Geocoder on the completion of a call to geocode() .
GoogleMap THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
GroundOverlay A rectangular image overlay on the map.
GroundOverlayOptions This object defines the properties that can be set on a GroundOverlay object.
ImageMapType This class implements the MapType interface and is provided for rendering image tiles.
ImageMapTypeOptions This class is used to create a MapType that renders image tiles.
InfoWindow An overlay that looks like a bubble and is often connected to a marker.
InfoWindowOptions THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
KmlAuthor Contains details of the author of a KML document or feature.
KmlFeatureData Data for a single KML feature in JSON format, returned when a KML feature is clicked.
KmlLayer A KmlLayer adds geographic markup to the map from a KML, KMZ or GeoRSS file that is hosted on a publicly accessible web server.
KmlLayerMetadata Metadata for a single KML layer, in JSON format.
KmlLayerOptions This object defines the properties that can be set on a KmlLayer object.
KmlLayerStatus The status returned by KmlLayer on the completion of loading a document.
KmlMouseEvent The properties of a click event on a KML/KMZ or GeoRSS document.
LatLng LatLng is a point in geographical coordinates, latitude and longitude.
LatLngBounds A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.
LayerOptions This object defines the properties that can be set on a Layer .
LocationElevationRequest An elevation request sent by the ElevationService containing the list of discrete coordinates ( LatLng s) for which to return elevation data.
MapCanvasProjection This object is made available to the OverlayView from within the draw method.
MapFeaturesTracker THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
MapOptions THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
MapPanes This object contains the DOM elements in which overlays are rendered.
MapsEventListener This class is opaque.
MapType This interface defines the map type, and is typically used for custom map types.
MapTypeControlOptions Options for the rendering of the map type control.
MapTypeControlStyle Identifiers for common MapTypesControls.
MapTypeId Identifiers for common MapTypes.
MapTypeRegistry THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
MapTypeStyle The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
MapTypeStyleElementType Each MapTypeStyleElementType distinguishes between the different representations of a feature.
MapTypeStyleFeatureType This enumeration type overrides behavior of the generated gwt binding.
MapTypeStyler A styler affects how a map's elements will be styled.
Marker THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
MarkerImage THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
MarkerOptions THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
MarkerShape This object defines the marker shape to use in determination of a marker's clickable region.
MaxZoomResult A MaxZoom result in JSON format retrieved from the MaxZoomService.
MaxZoomService A service for obtaining the highest zoom level at which satellite imagery is available for a given location.
MaxZoomStatus The status returned by the MaxZoomService on the completion of a call to getMaxZoomAtLatLng() .
MouseEvent This object is returned from various mouse events on the map and overlays, and contains all the fields shown below.
MVCArray<A extends JavaScriptObject> MVCArray adds type parameterization to the generated MVCArray wrapper included in the Maps codebase.
MVCObject THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
NavigationControlOptions Options for the rendering of the navigation control.
NavigationControlStyle Identifiers for common types of navigation controls.
OverlayView You can implement this class if you want to display custom types of overlay objects on the map.
OverviewMapControlOptions Options for the rendering of the Overview Map control.
PanControlOptions Options for the rendering of the pan control.
PathElevationRequest An elevation query sent by the ElevationService containing the path along which to return sampled data.
Point THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Polygon A polygon (like a polyline) defines a series of connected coordinates in an ordered sequence; additionally, polygons form a closed loop and define a filled region.
PolygonOptions THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Polyline A polyline is a linear overlay of connected line segments on the map.
PolylineOptions THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Projection THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Rectangle A rectangle overlay.
RectangleOptions THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
RotateControlOptions Options for the rendering of the rotate control.
ScaleControlOptions Options for the rendering of the scale control.
ScaleControlStyle Identifiers for scale control ids.
Size THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
StreetViewAddressControlOptions Options for the rendering of the Street View address control.
StreetViewControlOptions Options for the rendering of the Street View pegman control on the map.
StreetViewLink A collection of references to adjacent Street View panos.
StreetViewLocation A representation of a location in the Street View panorama.
StreetViewPanorama Displays the panorama for a given LatLng or panorama ID.
StreetViewPanoramaData The representation of a panorama returned from the provider defined using registerPanoProvider .
StreetViewPanoramaOptions Options defining the properties of a StreetViewPanorama object.
StreetViewPov A point of view object which specifies the camera's orientation at the Street View panorama's position.
StreetViewService A StreetViewService object performs searches for Street View data.
StreetViewStatus The status returned by the StreetViewService on completion of a Street View request.
StreetViewTileData The properties of the tile set used in a Street View panorama.
StyledMapType Creates a MapType with a custom style.
StyledMapTypeOptions This class is used to specify options when creating a StyledMapType .
TrafficLayer A traffic layer.
TravelMode The valid travel modes that can be specified in a DirectionsRequest as well as the travel modes returned in a DirectionsStep .
UnitSystem The valid unit systems that can be specified in a DirectionsRequest .
ZoomControlOptions Options for the rendering of the zoom control.
ZoomControlStyle Identifiers for the zoom control.