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 Location.getQualifiedCoordinates()
          Returns the coordinates of this location and their accuracy.
 QualifiedCoordinates Landmark.getQualifiedCoordinates()
          Gets the QualifiedCoordinates of the landmark.
 

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.