Member Function Documentation
double QContactGeoLocation::accuracy () const
Returns the accuracy (in metres) of the latitude and longitude of the location stored in the detail.
See also setAccuracy().
double QContactGeoLocation::altitude () const
Returns the altitude (in metres) of the location stored in the detail.
See also setAltitude().
double QContactGeoLocation::altitudeAccuracy () const
Returns the accuracy of the altitude portion of the location stored in the detail.
See also setAltitudeAccuracy().
double QContactGeoLocation::heading () const
Returns the heading (at the time of measurement) of the location-aware device that recorded (or was provided) the measurement.
See also setHeading().
QString QContactGeoLocation::label () const
Returns the label of the location stored in the detail.
See also setLabel().
double QContactGeoLocation::latitude () const
Returns the latitude portion of the coordinate (specified in decimal degrees) of the location stored in the detail.
See also setLatitude().
double QContactGeoLocation::longitude () const
Returns the longitude portion of the coordinate (specified in decimal degrees) of the location stored in the detail.
See also setLongitude().
void QContactGeoLocation::setAccuracy ( double accuracy )
Specifies that the latitude and longitude portions of the location stored in the detail are accurate to within accuracy metres.
See also accuracy().
void QContactGeoLocation::setAltitude ( double altitude )
Sets the altitude portion of the coordinate (in metres above the ellipsoid) of the location stored in the detail to altitude.
See also altitude().
void QContactGeoLocation::setAltitudeAccuracy ( double altitudeAccuracy )
Sets the altitude-accuracy portion of the coordinate (in metres) of the location stored in the detail to altitudeAccuracy.
See also altitudeAccuracy().
void QContactGeoLocation::setHeading ( double heading )
Sets the heading portion of the coordinate (in decimal degrees clockwise relative to true north) of the location-aware device at the time of measurement to heading.
See also heading().
void QContactGeoLocation::setLabel ( const QString & label )
Sets the label of the location stored in the detail to label.
See also label().
void QContactGeoLocation::setLatitude ( double latitude )
Sets the latitude portion of the coordinate (in decimal degrees) of the location stored in the detail to latitude.
See also latitude().
void QContactGeoLocation::setLongitude ( double longitude )
Sets the longitude portion of the coordinate (in decimal degrees) of the location stored in the detail to longitude.
See also longitude().
void QContactGeoLocation::setSpeed ( double speed )
Sets the speed portion of the coordinate (in metres per second) of the location-aware device at the time of measurement to speed.
See also speed().
void QContactGeoLocation::setTimestamp ( const QDateTime & timestamp )
Sets the creation (or first-valid) timestamp of the location information to timestamp.
See also timestamp().
double QContactGeoLocation::speed () const
Returns the speed (at the time of measurement) of the location-aware device that recorded (or was provided) the measurement.
See also setSpeed().
QDateTime QContactGeoLocation::timestamp () const
Returns the timestamp associated with the location stored in the detail.
See also setTimestamp().