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

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

Uses of ServiceException in javax.microedition.location.services
 

Methods in javax.microedition.location.services that throw ServiceException
static ServiceProvider ProviderManager.connectToServiceProvider(java.lang.String name, int type, java.lang.String extraInfo)
          Gets an instance of requested service provider to be used in the service requests.
 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.
 Landmark[] GeocodingServiceProvider.geocode(AddressInfo address, GeographicArea locationHint, GeocodingServicePreferences preferences)
          Requests a geocoding service from a geocoding service provider.
 Landmark[] GeocodingServiceProvider.geocode(java.lang.String criterion, GeographicArea locationHint, GeocodingServicePreferences preferences)
          Requests a geocoding service from a geocoding service provider.
 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.
 Route[] NavigationServiceProvider.getRoute(Coordinates[] waypoints, NavigationServicePreferences preferences)
          Requests a routing service from a navigation service provider.
 void NavigationServiceProvider.navigate(Coordinates[] waypoints, NavigationServicePreferences preferences, NavigationServiceListener listener)
          Requests a navigation service from a navigation 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.
 Landmark[] GeocodingServiceProvider.reverseGeocode(Coordinates coordinates, GeocodingServicePreferences preferences)
          Requests a reverse geocoding service from a geocoding service provider.
 void NavigationServiceProvider.showRoute(Coordinates[] waypoints, NavigationServicePreferences preferences, NavigationServiceListener listener)
          Requests a navigation service provider to show the given coordinates as a route.
 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.