Uses of Class
javax.microedition.location.LocationProvider

Packages that use LocationProvider
javax.microedition.location Location API 
lejos.robotics.proposal Support for maps 
 

Uses of LocationProvider in javax.microedition.location
 

Methods in javax.microedition.location that return LocationProvider
static LocationProvider LocationProvider.getInstance(Criteria criteria)
          This is a factory method to retrieve an instance of LocationProvider.
 

Methods in javax.microedition.location 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.
 

Uses of LocationProvider in lejos.robotics.proposal
 

Constructors in lejos.robotics.proposal with parameters of type LocationProvider
GPSPoseProvider(LocationProvider gps)