Package com.google.gwt.maps.client

Core classes used in the Google Maps API Library for GWT

See:
          Description

Class Summary
AdsManager Wrapper for the GAdsManager class which allows advertisements to be displayed in your map.
AdsManager.AdsManagerOptions Optional parameters to use when creating an AdsManager.
Copyright Contains information about which copyright message applies to a region of the map given by a rectangle and a zoom level.
CopyrightCollection Manages copyright messages displayed on maps of custom map type.
DraggableObject This class makes a DOM element draggable.
DraggableObjectOptions This class makes a DOM element draggable.
GoogleBarAdsOptions Wrapper for GGoogleBarAdsOptions, passed as an argument to constructing the map in order to show ads from the GoogleBar.
GoogleBarOptions Wrapper for GGoogleBarOptions, passed as an argument to construct MapOptions.
InfoWindow 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.
InfoWindowContent InfoWindowContent describes the type of content that can be displayed in an InfoWindow.
InfoWindowContent.InfoWindowTab Class that allows access to one tab of a tabbed info window.
InfoWindowContent.MapBlowupContent Class that represents the content of a blowup map.
MapOptions Wrapper for the GMapOptions class, passed as an argument to construct MapWidget.
MapPane Represents a DIV element for the specified layer of the map identified by the G_MAP_XXX_PANE constants in the Maps API.
Maps A collection of static methods and API wide constants.
MapType A MapType is a sequence of tile layers, a map projection, a tile size, and assorted other settings, link colors, and copyrights.
MapTypeOptions A container object for building a set of options to create a custom MapType.
MapUIOptions Wrapper for GMapUIOptions.
MapWidget A widget that presents a viewable Google Map to a user.
TileLayer Implement this class in order to provide custom map tile layers, either through MapType or TileLayerOverlay.
 

Enum Summary
GoogleBarAdsOptions.AdSafeOption Constants to be used to set the AdSafe option.
MapPaneType Identifies a layer of the map used as a parameter to MapWidget.getPane(MapPaneType).
 

Package com.google.gwt.maps.client Description

Core classes used in the Google Maps API Library for GWT