Uses of Class
com.openlapi.LocationProvider

Packages that use LocationProvider
com.openlapi   
 

Uses of LocationProvider in com.openlapi
 

Subclasses of LocationProvider in com.openlapi
 class LocationProviderNMEA
          Implementation of LocationProvider that uses an NMEA log file as input.
 class LocationProviderSimplified
          All of the LocationProvider implementations in OpenLAPI share common code, here is the place where we store it.
 

Methods in com.openlapi 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 com.openlapi 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.