Uses of Class
com.openlapi.LocationException

Packages that use LocationException
com.openlapi   
 

Uses of LocationException in com.openlapi
 

Methods in com.openlapi that throw LocationException
static void LocationProvider.addProximityListener(ProximityListener listener, Coordinates coordinates, float proximityRadius)
          Adds a ProximityListener for updates when proximity to the specified coordinates is detected.
static LocationProvider LocationProvider.getInstance(Criteria criteria)
          This factory method is used to get an actual LocationProvider implementation based on the defined criteria.
 Location LocationProviderSimplified.getLocation(int timeout)
           
abstract  Location LocationProvider.getLocation(int timeout)
          Retrieves a Location with the constraints given by the Criteria associated with this class.
static Orientation Orientation.getOrientation()
          Returns the terminal's current orientation.
protected abstract  void LocationProviderSimplified.startBackend()
          Start a new backend in a background thread.
protected  void LocationProviderNMEA.startBackend()