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
ImageTileLayer An implementation of tile layers in which each tile consists of a single image retrieved from a URL.
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 on the map displayed by a MapWidget: latitude and longitude coordinates and a zoom.
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.