| 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 |
Mercator
Represents a Mercator projection http://en.wikipedia.org/wiki/Mercator_projection
|
| Modifier and Type | Field and Description |
|---|---|
protected Projection |
AbstractLayer.projection |
| Modifier and Type | Method and Description |
|---|---|
Projection |
AbstractLayer.getProjection()
The projection of this Layer
|
| Constructor and Description |
|---|
AbstractLayer(Projection p,
String name)
Creates an abstract layer.
|
ArrowLinesLayer(Projection p,
String name) |
LinesLayer(Projection p,
String name) |
PointsLayer(Projection p,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Projection |
MapProvider.projection()
Gets the Provider projection
|
| Constructor and Description |
|---|
MapProvider(Projection p,
Dimension tileSize)
Creates a new MapProvider
|
TiledProvider(String url,
Projection projection,
Dimension tileSize)
Creates a new Tiled provider
|
Copyright © 2021. All rights reserved.