QtContacts.GeoLocation
The GeoLocation element contains a global location coordinate associated with a contact. More...
Import Statement: | import QtContacts 5.0 |
Properties
- accuracy : double
- altitude : double
- altitudeAccuracy : double
- heading : double
- label : string
- latitude : double
- longitude : double
- speed : double
- timestamp : date
Detailed Description
GeoLocation element contains the following field types:
- GeoLocation.Label
- GeoLocation.Latitude
- GeoLocation.Longitude
- GeoLocation.Accuracy
- GeoLocation.Altitude
- GeoLocation.AltitudeAccuracy
- GeoLocation.Heading
- GeoLocation.Speed
- GeoLocation.Timestamp
This element is part of the QtContacts module.
Property Documentation
accuracy : double |
This property holds the value of the location (latitude/longitude) accuracy.
altitude : double |
This property holds the value of the altitude.
altitudeAccuracy : double |
This property holds the value of the accuracy of the altitude.
heading : double |
This property holds the value of the heading.
label : string |
This property holds the location label.
latitude : double |
This property holds the value of the latitude.
longitude : double |
This property holds the value of the longitude.
speed : double |
This property holds the value of the speed.
timestamp : date |
This property holds the value of the timestamp of the location information.