Package com.google.gwt.maps.client.overlay

Overlay classes that allow drawing on top of the map.

See:
          Description

Class Summary
EncodedPolyline Represents a polyline entity encoded as a string used to create a polygon.
GeoXmlLoadCallback Callback used by the load() factory method of GeoXmlOverlay.
GeoXmlOverlay A map overlay containing geographic content from a publicly accessible GeoRSS XML or KML file.
GroundOverlay A rectangular image overlay whose boundaries are defined by a LatLngBounds.
Icon Wrapper for the Maps API GIcon class, which is like a marker, but allows you to change the shape and other properties.
Marker Marks a position on the map.
MarkerOptions Instances of this class are used in the Marker constructor options argument.
Overlay The base class for adding objects at a specific position on top of the map.
Overlay.ConcreteOverlay This class is used to wrap Overlays written entirely in JavaScript.
PolyEditingOptions Options to pass to the Polyline.setDrawingEnabled() editing routines.
Polygon 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.
PolygonOptions Options to pass to the Polygon constructor.
Polyline 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.
PolylineOptions Options to pass to the Polyline constructor.
PolyStyleOptions Options to pass to the Polyline drawing routines.
TileLayerOverlay A TileLayerOverlay augments the map with a TileLayer.
TrafficOverlay A traffic overlay object displays road traffic information.
 

Package com.google.gwt.maps.client.overlay Description

Overlay classes that allow drawing on top of the map.

The classes in this package allow drawing objects such as markers, polygons, lines, and images of various sorts on top of the map.