Uses of Interface
org.j4me.bluetoothgps.Location

Packages that use Location
org.j4me.bluetoothgps Extends the JSR-179 Location API to support Bluetooth GPS devices and improve consistency across vendor implementations. 
 

Uses of Location in org.j4me.bluetoothgps
 

Methods in org.j4me.bluetoothgps that return Location
static Location LocationProvider.getLastKnownLocation()
          Returns the last known location that the implementation has.
protected  Location MockLocationProvider.getLastKnownLocationToProvider()
          Returns the last known location by the provider.
protected abstract  Location LocationProvider.getLastKnownLocationToProvider()
          Returns the last known location by the provider.
 Location MockLocationProvider.getLocation(int timeout)
          Gets the last location set.
abstract  Location LocationProvider.getLocation(int timeout)
          Retrieves a Location with the constraints given by the Criteria associated with this class.
 

Methods in org.j4me.bluetoothgps with parameters of type Location
 void LocationListener.locationUpdated(LocationProvider provider, Location location)
          Called by the LocationProvider to which this listener is registered.