Package com.maryanovsky.map.client

Interface Summary
Overlay The interface for overlays added to the map.
Projection A projection maps between latitude-longitude coordinates and pixel coordinates (at a certain zoom).
TileLayer Defines the conversion from pixel map coordinates to the map tiles displayed on the map.
 

Class Summary
LatLng Represents a location on the surface of the Earth.
LatLngBounds Represents an area bounded by minimum and maximum latitude and longitude values (a rectangle, in geographical coordinates).
Map Represents a map, which is a stack of TileLayers.
MapLocationModel Represents the location of a MapWidget on the map (its model, in MVC terms).
MapWidget A widget displaying a map and possibly other elements on it, and allows interaction with them.
MapWidget.MapAnimation The superclass for map-related animations.
Tile The interface for implementing map tiles.
WidgetOverlay An overlay which positions a single widget at a specified location on the map.