|
Class Summary |
| GClientGeocoder |
This class is used to communicate directly with Google servers to obtain geocodes for user specified addresses. |
| GControl |
Interface and factory for contols to control the Map (Zoom, Scale, etc...). |
| GControlAnchor |
Factory for Location anchors used for GControl |
| GControlPosition |
This class described the position of a control in the map view. |
| GCopyright |
A copyright object contains information about which copyright message applies to a region of the map given by a rectangle, at a given zoom level. |
| GCopyrightCollection |
You use this class to manage copyright messages displayed on maps of custom map type. |
| GFactualGeocodeCache |
This class refines the basic GGeocodeCache class by placing stricter conditions on cached replies. |
| GGeocodeAddress |
Represents an address from GClientGeocode, stored in GGeocodeResult |
| GGeocodeCache |
Creates a new cache for storing a map from adresses to locations. |
| GGeocodeResult |
Geocode results returned from GClientGeocoder.getLocations(), contains all "matching" addresses, status code, and orignal address |
| GIcon |
An icon specifies the images used to display a GMarker on the map. |
| GInfoWindow |
An information panel which displays over the map. |
| GInfoWindowOptions |
Options for the InfoWindow |
| GInfoWindowTab |
An array of instances of this class can be passed as the tabs argument to the methods GMap2.openInfoWindowTabs(), GMap2.openInfoWindowTabsHtml(), GMarker.openInfoWindowTabs(), and GMarker.openInfoWindowTabsHtml(). |
| GLatLng |
GLatLng is a point in geographical coordinates longitude and latitude. |
| GLatLngBounds |
A GLatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees meridian. |
| GMap2 |
Instantiate class GMap2 in order to create a map. |
| GMap2EventManager |
Event manager for GMap2, see GMap2EventListner for a description of the handlers |
| GMap2Widget |
The basic GMap2Widget, the is the class you need to start with in the GWT framework. |
| GMapOptions |
Additional options for the GMap |
| GMapPane |
Factory for these constants which define the layering system that is used by overlay to display themselves on the map. |
| GMapType |
The are some predefined map types. |
| GMapTypeOptions |
Additional options of the GMapType |
| GMarker |
A GMarker marks a position on the map. |
| GMarkerEventManager |
Event Manager which manages GMarker events |
| GMarkerOptions |
Additional options for the GMarker |
| GMercatorProjection |
This implementation of the GProjection interface for the mercator projection is used by all predefined map types. |
| GOverlay |
This interface is implemented by the GMarker, GPolyline, and GInfoWindow classes in the maps API library. |
| GPoint |
A GPoint represents a point on the map by its pixel coordinates. |
| GPolyline |
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. |
| GProjection |
This is the interface for map projections. |
| GSize |
A GSize is the size in pixels of a rectangular area of the map. |
| GTileLayer |
You implement this interface in order to provide custom map tile layers. |