Uses of Class
de.enough.polish.android.location.QualifiedCoordinates

Packages that use QualifiedCoordinates
de.enough.polish.android.location Android compatibility layer. 
 

Uses of QualifiedCoordinates in de.enough.polish.android.location
 

Methods in de.enough.polish.android.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 de.enough.polish.android.location with parameters of type QualifiedCoordinates
 void Landmark.setQualifiedCoordinates(QualifiedCoordinates coordinates)
          Sets the QualifiedCoordinates of the landmark.
 

Constructors in de.enough.polish.android.location with parameters of type QualifiedCoordinates
Landmark(String name, String description, QualifiedCoordinates coordinates, AddressInfo addressInfo)
          Constructs a new Landmark object with the values specified.