Uses of Class
javax.microedition.location.QualifiedCoordinates

Packages that use QualifiedCoordinates
javax.microedition.location Contains the basic classes needed to request and get a location result. 
 

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(java.lang.String name, java.lang.String description, QualifiedCoordinates coordinates, AddressInfo addressInfo)
          Constructs a new Landmark object with the values specified.
Landmark(java.lang.String name, java.lang.String description, QualifiedCoordinates coordinates, AddressInfo addressInfo, int identifier, GeographicArea area, java.lang.String author, java.lang.String[][] urls, java.lang.String[] extraInfo)
          Constructs a new Landmark object with the values specified.
 



Copyright © 2003-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.