|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationProvider | |
---|---|
org.j4me.bluetoothgps | Extends the JSR-179 Location API to support Bluetooth GPS devices and improve consistency across vendor implementations. |
Uses of LocationProvider in org.j4me.bluetoothgps |
---|
Subclasses of LocationProvider in org.j4me.bluetoothgps | |
---|---|
class |
MockLocationProvider
A LocationProvider for testing MIDlets. |
Methods in org.j4me.bluetoothgps that return LocationProvider | |
---|---|
static LocationProvider |
LocationProvider.getInstance(Criteria criteria)
This factory method is used to get an actual LocationProvider
implementation based on the defined criteria. |
Methods in org.j4me.bluetoothgps with parameters of type LocationProvider | |
---|---|
void |
LocationListener.locationUpdated(LocationProvider provider,
Location location)
Called by the LocationProvider to which this listener is
registered. |
void |
LocationListener.providerStateChanged(LocationProvider provider,
int newState)
Called by the LocationProvider to which this listener is
registered if the state of the LocationProvider has changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |