Uses of Class
javax.microedition.location.QualifiedCoordinates

Packages that use QualifiedCoordinates
javax.microedition.location Location API 
 

Uses of QualifiedCoordinates in javax.microedition.location
 

Methods in javax.microedition.location that return QualifiedCoordinates
 QualifiedCoordinates Landmark.getQualifiedCoordinates()
          Gets the QualifiedCoordinates of the landmark.
 QualifiedCoordinates Location.getQualifiedCoordinates()
          Returns the coordinates of this location and their accuracy.
 

Methods in javax.microedition.location with parameters of type QualifiedCoordinates
 void Landmark.setQualifiedCoordinates(QualifiedCoordinates coordinates)
          Sets the QualifiedCoordinates of the landmark.
 

Constructors in javax.microedition.location with parameters of type QualifiedCoordinates
Landmark(String name, String description, QualifiedCoordinates coordinates, AddressInfo addressInfo)
          Constructs a new Landmark object with the values specified.
Location(QualifiedCoordinates coords, float speed, float course, long timeStamp, int locationMethod, String extraInfo)
          A protected constructor for the Location to allow implementations of LocationProviders to construct the Location instances.