|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
javax.microedition.location | Location API |
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 with the constraints given by the Criteria associated with this class. |
Methods in javax.microedition.location with parameters of type Location | |
---|---|
void |
LocationListener.locationUpdated(LocationProvider provider,
Location location)
Called by the LocationProvider to which this listener is registered. |
void |
ProximityListener.proximityEvent(Coordinates coordinates,
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 is within the defined proximity radius of the registered coordinates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |