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.
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.MapClickAction A ClickAction on the map widget.
MapWidget.MapDragAction A DragAction on the map widget.
MapWidget.MapMoveAction A MoveAction on the map widget.
MapWidget.MapWheelAction A WheelAction on the map widget.
WidgetOverlay An overlay which positions a single widget at a specified location on the map.