| 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.providers |
These are the map providers, currently http://www.openstreetmap.org/ is supported.
|
| Modifier and Type | Method and Description |
|---|---|
MapProvider |
MapComponent.getProvider()
Deprecated.
Gets the map provider
|
| Constructor and Description |
|---|
MapComponent(MapProvider provider)
Deprecated.
Constructor with a given provider
|
MapComponent(MapProvider provider,
Coord centerPosition,
int zoomLevel)
Deprecated.
Constructor
|
MapComponent(MapProvider provider,
Coord centerPosition,
int zoomLevel,
boolean cacheEnabled)
Deprecated.
Constructor
|
MapComponent(MapProvider provider,
Location centerPosition,
int zoomLevel)
Deprecated.
Constructor
|
MapComponent(MapProvider provider,
Location centerPosition,
int zoomLevel,
boolean cacheEnabled)
Deprecated.
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleMapsProvider
This is a GoogleMaps Provider https://developers.google.com/maps/documentation/staticmaps/
|
class |
OpenStreetMapProvider
This is an OpenStreetMap Provider http://www.openstreetmap.org/
|
class |
TiledProvider
This is a tiled map provider
|
Copyright © 2023. All rights reserved.