Uses of Class
javax.microedition.location.services.Route

Packages that use Route
javax.microedition.location.services Contains the classes and interfaces related to location based services. 
 

Uses of Route in javax.microedition.location.services
 

Methods in javax.microedition.location.services that return Route
 Route[] NavigationServiceProvider.getRoute(Coordinates[] waypoints, NavigationServicePreferences preferences)
          Requests a routing service from a navigation service provider.
 

Methods in javax.microedition.location.services with parameters of type Route
 void MapServiceProvider.displayMap(RectangleGeographicArea initialViewport, GeographicArea[] areas, Landmark[] landmarks, Coordinates[] coordinates, Route[] routes, MapServicePreferences preferences, MapServiceListener listener)
          Requests a map service provider to display a 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.
 void NavigationServiceProvider.navigate(Route route, NavigationServicePreferences preferences, NavigationServiceListener listener)
          Requests a navigation from the current location through the given Route object from a navigation service provider.
 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 MapServiceListener.selectionUpdated(MapServiceProvider provider, GeographicArea[] areas, Landmark[] landmarks, Coordinates[] coordinates, Route[] routes)
          Called by the map service provider when an application has requested a selection or multiple selections from the map from the user.
 void NavigationServiceProvider.showRoute(Route route, NavigationServicePreferences preferences, NavigationServiceListener listener)
          Requests a navigation service provider to show the given route on a map.
 



Copyright © 2003-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.