See: Description
Interface | Description |
---|---|
MapListener |
Invoked when the map is panned or zoomed
|
Class | Description |
---|---|
BoundingBox |
This class declares a bounding box of coordinates on the map.
|
Coord |
This class declares a coordinate point on a map.
|
MapComponent |
All communication with the map and layers should be done in WGS84, it takes
care of coordinates transformation.
|
Mercator |
Represents a Mercator projection http://en.wikipedia.org/wiki/Mercator_projection
|
Projection |
This class represents a projection type.
|
ProxyHttpTile |
This Tile brings the tile image from a given http url.
|
Tile |
This class represents a single tile on a map.
|
The mapping API allows developers to use maps in their applications, add layers
on top of the map and to enhance the API with additional Layers, Providers and functionality.
The mapping was contributed by Roman Kamyk