Uses of Class
javax.microedition.location.LocationException

Packages that use LocationException
javax.microedition.location Contains the basic classes needed to request and get a location result. 
 

Uses of LocationException in javax.microedition.location
 

Methods in javax.microedition.location that throw LocationException
static void LocationProvider.addAreaListener(AreaListener listener, GeographicArea area, Criteria criteria, int interval)
          Adds an AreaListener for updates when a boundary of the specified geographical area is crossed.
static void LocationProvider.addAreaListener(AreaListener listener, GeographicArea area, int[] preferredLocationMethods, java.lang.String parameters, int interval)
          Adds an AreaListener for updates when a boundary of the specified geographical area is crossed.
static void LocationProvider.addProximityListener(ProximityListener listener, Coordinates coordinates, float proximityRadius)
          Deprecated. in 2.0, replaced by addAreaListener
static LocationProvider LocationProvider.getInstance(Criteria criteria)
          This factory method is used to get an actual LocationProvider implementation based on the defined criteria.
static LocationProvider LocationProvider.getInstance(int[] preferredLocationMethods, java.lang.String parameters)
          This factory method is used to get an actual LocationProvider implementation based on the preferred location methods and/or platform specific parameters.
abstract  Location LocationProvider.getLocation(int timeout)
          Retrieves a Location object.
static Orientation Orientation.getOrientation()
          Returns the terminal's current orientation.
 



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