Uses of Class
com.openlapi.Location

Packages that use Location
com.openlapi   
 

Uses of Location in com.openlapi
 

Methods in com.openlapi that return Location
protected static Location Location.getInvalid()
          OpenLAPI specific factory method to return an invalid Location object.
static Location LocationProvider.getLastKnownLocation()
          Returns the last known location that the implementation has.
 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.
 

Methods in com.openlapi with parameters of type Location
 void LocationListener.locationUpdated(LocationProvider provider, Location location)
          Called by the LocationProvider to which this listener is registered.
 void ProximityListener.proximityEvent(Coordinates coordinates, Location location)
          After registering this listener with the LocationProvider, this method will be called by the platform when the implementation detects that the current location of the terminal is within the defined proximity radius of the registered coordinates.
protected static void LocationProvider.setLastKnownLocation(Location location)
          This is an implementation specific method to alert the LocationProvider of the latest location.
 void LocationProviderSimplified.updateLocation(Location newLocation)