GeoLocation QML Type
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.