- Landmark - Class in javax.microedition.location
-
The Landmark class represents a landmark, i.e.
- Landmark(String, String, QualifiedCoordinates, AddressInfo) - Constructor for class javax.microedition.location.Landmark
-
Constructs a new Landmark object with the values specified.
- LandmarkException - Exception in javax.microedition.location
-
The LandmarkException is thrown when an error related to handling landmarks has
occurred.
- LandmarkException() - Constructor for exception javax.microedition.location.LandmarkException
-
Constructs a LandmarkException with no detail message.
- LandmarkException(String) - Constructor for exception javax.microedition.location.LandmarkException
-
Constructs a LandmarkException with the specified detail message.
- LandmarkStore - Class in javax.microedition.location
-
The LandmarkStore
class provides methods to store, delete and retrieve
landmarks from a persistent landmark store.
- listLandmarkStores() - Static method in class javax.microedition.location.LandmarkStore
-
Lists the names of all the available landmark stores.
- Location - Class in javax.microedition.location
-
The Location class represents the standard set of basic location information.
- Location() - Constructor for class javax.microedition.location.Location
-
A protected constructor for the Location to allow implementations of
LocationProviders to construct the Location instances.
- LocationException - Exception in javax.microedition.location
-
The LocationException is thrown when a location API specific error has occurred.
- LocationException() - Constructor for exception javax.microedition.location.LocationException
-
Constructs a LocationException with no detail message.
- LocationException(String) - Constructor for exception javax.microedition.location.LocationException
-
Constructs a LocationException with the specified detail message.
- LocationListener - Interface in javax.microedition.location
-
The LocationListener represents a listener that receives events associated with a
particular LocationProvider.
- LocationPermission - Class in javax.microedition.location
-
LocationPermission
- LocationPermission(String, String) - Constructor for class javax.microedition.location.LocationPermission
-
Constructor for JSR179 mode.
- LocationPermission(String) - Constructor for class javax.microedition.location.LocationPermission
-
Constructor for V1 compatibility mode.
- LocationProvider - Class in javax.microedition.location
-
This is the starting point for applications using this API and represents a source of
the location information.
- LocationProvider() - Constructor for class javax.microedition.location.LocationProvider
-
Empty constructor to help implementations and extensions.
- locationUpdated(LocationProvider, Location) - Method in interface javax.microedition.location.LocationListener
-
Called by the LocationProvider to which this listener is registered.