- PHONE_NUMBER - Static variable in class javax.microedition.location.AddressInfo
-
Address field denoting a phone number for this place.
- POSTAL_CODE - Static variable in class javax.microedition.location.AddressInfo
-
Address field denoting zip or postal code.
- POWER_USAGE_HIGH - Static variable in class javax.microedition.location.Criteria
-
Level indicating high power consumption allowed.
- POWER_USAGE_LOW - Static variable in class javax.microedition.location.Criteria
-
Level indicating only low power consumption allowed.
- POWER_USAGE_MEDIUM - Static variable in class javax.microedition.location.Criteria
-
Level indicating average power consumption allowed.
- providerStateChanged(LocationProvider, int) - Method in interface javax.microedition.location.LocationListener
-
Called by the LocationProvider to which this listener is registered if the state of
the LocationProvider has changed.
- proximityEvent(Coordinates, Location) - Method in interface javax.microedition.location.ProximityListener
-
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.
- ProximityListener - Interface in javax.microedition.location
-
This interface represents a listener to events associated with detecting proximity to
some registered coordinates.