|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Map | |
---|---|
javax.microedition.location.services | Contains the classes and interfaces related to location based services. |
Uses of Map in javax.microedition.location.services |
---|
Methods in javax.microedition.location.services that return Map | |
---|---|
Map |
MapServiceProvider.getMap(RectangleGeographicArea initialViewport,
GeographicArea[] areas,
Landmark[] landmarks,
Coordinates[] coordinates,
Route[] routes,
int width,
int height,
MapServiceListener listener)
Requests a Map object from a map service provider. |
Methods in javax.microedition.location.services with parameters of type Map | |
---|---|
void |
MapServiceListener.mapContentUpdated(MapServiceProvider provider,
Map map)
Called by the API implementation when the base map data has changed, for example, due to retrieving new data from network. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |