Package com.google.gwt.maps.client.geom

Classes that control the geometry of the map.

See:
          Description

Class Summary
Bounds Represents a rectangular bound.
LatLng A geographical point represented by a latitude and a longitude.
LatLngBounds Represents a rectangle in geographical coordinates, including one that crosses the 180 degrees meridian.
MercatorProjection An implementation of the Projection interface for the Mercator projection is used by all predefined map types.
Point A Point represents a point on the map by its pixel coordinates.
Projection This is the interface for map projections.
Size A Size represents the size in pixels of a rectangular area of the map.
TileIndex Specifies the position of a Tile in the map.
 

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

Classes that control the geometry of the map.

The classes in this package provide an infrastructure for describing locations and regions on a spherical globe and on the 2D map representation.