| Package | Description |
|---|---|
| com.codename1.maps |
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.
|
| com.codename1.maps.layers |
The Layers are elements that are displayed on the map.
|
| com.codename1.maps.providers |
These are the map providers, currently http://www.openstreetmap.org/ is supported.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyHttpTile
This Tile brings the tile image from a given http url.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PointLayer.paint(Graphics g,
Tile tile)
Paints the Layer on the given Graphics
|
void |
Layer.paint(Graphics g,
Tile screenTile)
Paints the Layer on the given Graphics
|
void |
PointsLayer.paint(Graphics g,
Tile tile)
Paints the Layer on the given Graphics
|
void |
LinesLayer.paint(Graphics g,
Tile screenTile)
Paints the Layer on the given Graphics
|
protected void |
ArrowLinesLayer.paintSegment(Graphics g,
Coord[] segment,
Tile tile)
Paints arrows on each segment.
|
protected void |
LinesLayer.paintSegment(Graphics g,
Coord[] segment,
Tile tile)
Paint a segment.
|
| Modifier and Type | Method and Description |
|---|---|
Tile |
GoogleMapsProvider.tileFor(BoundingBox bbox)
Gets a tile for the given bounding box
|
abstract Tile |
MapProvider.tileFor(BoundingBox bbox)
Gets a tile for the given bounding box
|
Tile |
TiledProvider.tileFor(BoundingBox bbox)
Gets a tile for the given bounding box
|
| Modifier and Type | Method and Description |
|---|---|
int |
MapProvider.maxZoomFor(Tile tile)
Returns the maximum zoom of a specific Tile.
|
Copyright © 2023. All rights reserved.