|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigationServiceProvider | |
---|---|
javax.microedition.location.services | Contains the classes and interfaces related to location based services. |
Uses of NavigationServiceProvider in javax.microedition.location.services |
---|
Methods in javax.microedition.location.services with parameters of type NavigationServiceProvider | |
---|---|
void |
NavigationServiceListener.destinationReached(NavigationServiceProvider provider,
Coordinates currentLocation)
Called by the API implementation or navigation service provider when the destination has been reached. |
void |
NavigationServiceListener.locationStateChanged(NavigationServiceProvider provider,
int newState)
Called by the navigation service provider when the state of the location retrieval has changed. |
void |
NavigationServiceListener.offRoute(NavigationServiceProvider provider,
Coordinates currentLocation)
Called by the API implementation or navigation service provider when going off the route has been detected. |
void |
NavigationServiceListener.routeCalculated(NavigationServiceProvider provider,
Route route,
Coordinates currentLocation)
Called by the API implementation or navigation service provider when the requested route has been calculated for the first time. |
void |
NavigationServiceListener.routeChanged(NavigationServiceProvider provider,
Coordinates currentLocation,
Route newRoute)
Called by the API implementation or navigation service provider when route has been recalculated without explicit request from the application. |
void |
NavigationServiceListener.waypointReached(NavigationServiceProvider provider,
Coordinates waypoint,
Coordinates currentLocation)
Called by the API implementation or navigation service provider when a waypoint on the route has been reached. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |