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

Overlay classes that allow drawing on top of the map.

See:
          Description

Interface Summary
MarkerOptions.ZIndexProcess Interface defining function changing default z-Index order of the markers
 

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.
Layer This class instantiates a predefined "layer" overlay consisting of a collection of related items.
Layer.LayerJso Native methods to access the Glayer object.
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.
StreetviewOverlay A Street View overlay object displays where Street View is available by highlighting roads in blue.
TileLayerOverlay A TileLayerOverlay augments the map with a TileLayer.
TileLayerOverlayOptions Used as an argument to the constructor for TileLayerOverlay.
TrafficOverlay A traffic overlay object displays road traffic information.
TrafficOverlayOptions Used as an argument to the constructor for TrafficOverlay.
 

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.