Uses of Class
org.j4me.bluetoothgps.QualifiedCoordinates

Packages that use QualifiedCoordinates
org.j4me.bluetoothgps Extends the JSR-179 Location API to support Bluetooth GPS devices and improve consistency across vendor implementations. 
 

Uses of QualifiedCoordinates in org.j4me.bluetoothgps
 

Methods in org.j4me.bluetoothgps that return QualifiedCoordinates
 QualifiedCoordinates Location.getQualifiedCoordinates()
          Returns the coordinates of this location and their accuracy.
 

Methods in org.j4me.bluetoothgps with parameters of type QualifiedCoordinates
 void MockLocationProvider.setLocation(QualifiedCoordinates coordinates, float speed)
          Sets a new location.