Uses of Class
javax.microedition.location.LocationProvider

Packages that use LocationProvider
javax.microedition.location Contains the basic classes needed to request and get a location result. 
 

Uses of LocationProvider in javax.microedition.location
 

Methods in javax.microedition.location 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.
static LocationProvider LocationProvider.getInstance(int[] preferredLocationMethods, java.lang.String parameters)
          This factory method is used to get an actual LocationProvider implementation based on the preferred location methods and/or platform specific parameters.
 

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.
 



Copyright © 2003-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.