Package com.google.gwt.maps.client

Core classes used in the Google Maps API Library for GWT

See:
          Description

Class Summary
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.
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.
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.
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
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