![]() |
Home · All Classes · All Functions · | ![]() |
The QContactGeoLocation class contains the global location coordinate associated with a contact. More...
#include <QContactGeoLocation>
Inherits QContactDetail.
double | accuracy () const |
double | altitude () const |
double | altitudeAccuracy () const |
double | heading () const |
QString | label () const |
double | latitude () const |
double | longitude () const |
void | setAccuracy ( double accuracy ) |
void | setAltitude ( double altitude ) |
void | setAltitudeAccuracy ( double altitudeAccuracy ) |
void | setHeading ( double heading ) |
void | setLabel ( const QString & label ) |
void | setLatitude ( double latitude ) |
void | setLongitude ( double longitude ) |
void | setSpeed ( double speed ) |
void | setTimestamp ( const QDateTime & timestamp ) |
double | speed () const |
QDateTime | timestamp () const |
const char * | DefinitionName |
const char * | FieldAccuracy |
const char * | FieldAltitude |
const char * | FieldAltitudeAccuracy |
const char * | FieldHeading |
const char * | FieldLabel |
const char * | FieldLatitude |
const char * | FieldLongitude |
const char * | FieldSpeed |
const char * | FieldTimestamp |
The QContactGeoLocation class contains the global location coordinate associated with a contact.
Returns the accuracy (in metres) of the latitude and longitude of the location stored in the detail.
See also setAccuracy().
Returns the altitude (in metres) of the location stored in the detail.
See also setAltitude().
Returns the accuracy of the altitude portion of the location stored in the detail.
See also setAltitudeAccuracy().
Returns the heading (at the time of measurement) of the location-aware device that recorded (or was provided) the measurement.
See also setHeading().
Returns the label of the location stored in the detail.
See also setLabel().
Returns the latitude portion of the coordinate (specified in decimal degrees) of the location stored in the detail.
See also setLatitude().
Returns the longitude portion of the coordinate (specified in decimal degrees) of the location stored in the detail.
See also setLongitude().
Specifies that the latitude and longitude portions of the location stored in the detail are accurate to within accuracy metres.
See also accuracy().
Sets the altitude portion of the coordinate (in metres above the ellipsoid) of the location stored in the detail to altitude.
See also altitude().
Sets the altitude-accuracy portion of the coordinate (in metres) of the location stored in the detail to altitudeAccuracy.
See also altitudeAccuracy().
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().
Sets the label of the location stored in the detail to label.
See also label().
Sets the latitude portion of the coordinate (in decimal degrees) of the location stored in the detail to latitude.
See also latitude().
Sets the longitude portion of the coordinate (in decimal degrees) of the location stored in the detail to longitude.
See also longitude().
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().
Sets the creation (or first-valid) timestamp of the location information to timestamp.
See also timestamp().
Returns the speed (at the time of measurement) of the location-aware device that recorded (or was provided) the measurement.
See also setSpeed().
Returns the timestamp associated with the location stored in the detail.
See also setTimestamp().
The constant string which identifies the definition of details which describe a location associated with a contact.
The constant key for which the location accuracy value is stored in details of the QContactGeoLocation type.
The constant key for which the altitude value is stored in details of the QContactGeoLocation type.
The constant key for which the altitude accuracy value is stored in details of the QContactGeoLocation type.
The constant key for which the heading value is stored in details of the QContactGeoLocation type.
The constant key for which the location label value is stored in details of the QContactGeoLocation type.
The constant key for which the latitude value is stored in details of the QContactGeoLocation type.
The constant key for which the longitude value is stored in details of the QContactGeoLocation type.
The constant key for which the speed value is stored in details of the QContactGeoLocation type.
The constant key for which the timestamp value is stored in details of the QContactGeoLocation type.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |