Uses of Class
javax.microedition.location.Location

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

Uses of Location in javax.microedition.location
 

Methods in javax.microedition.location that return Location
static Location LocationProvider.getLastKnownLocation()
          Returns the last known location that the implementation has.
abstract  Location LocationProvider.getLocation(int timeout)
          Retrieves a Location object.
 

Methods in javax.microedition.location with parameters of type Location
 void AreaListener.areaEvent(GeographicArea area, Location location)
          After registering this listener with the LocationProvider, this method will be called by the platform when the implementation detects that the current location of the terminal has crossed the boundary of the registered geographical area.
 void LocationListener.locationUpdated(LocationProvider provider, Location location)
          Called by the LocationProvider to which this listener is registered.
 void ProximityListener.proximityEvent(Coordinates coordinates, Location location)
          Deprecated. After registering this listener with the LocationProvider, this method will be called by the platform when the implementation detects that the current location of the terminal is within the defined proximity radius of the registered coordinates.
 



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