| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
MapComponent.getLayerAt(int index)
Deprecated.
Returns Layer at index
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapComponent.addLayer(Layer layer)
Deprecated.
Adds a layer to the map
|
void |
MapComponent.addLayer(Layer layer,
int minZoomLevel,
int maxZoomLevel)
Deprecated.
Adds a layer to the map
|
void |
MapComponent.removeLayer(Layer layer)
Deprecated.
Removes a Layer from the map
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLayer
This class represents an abstract layer on the map.
|
class |
ArrowLinesLayer
This class is responsible for painting arrows that indicates direction
of walk on map.
|
class |
LinesLayer
This is a Lines Layer
|
class |
PointLayer
Do not use this layer directly, you need to add this layer into a PointsLayer class
instance in order for it to work as expected!
|
class |
PointsLayer
This is a Points Layer
|
Copyright © 2023. All rights reserved.