QtMobility Reference Documentation

QML GeoLocation Element

The GeoLocation element contains a global location coordinate associated with a contact. More...

This element was introduced in Mobility 1.1.

Properties

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 QtMobility.contacts 1.1 module.

Property Documentation

accuracy : double

This property holds the value of the location (latitude/longitude) accuracy.

This property group was introduced in Mobility 1.1.


altitude : double

This property holds the value of the altitude.

This property group was introduced in Mobility 1.1.


altitudeAccuracy : double

This property holds the value of the accuracy of the altitude.

This property group was introduced in Mobility 1.1.


heading : double

This property holds the value of the heading.

This property group was introduced in Mobility 1.1.


label : string

This property holds the location label.

This property group was introduced in Mobility 1.1.


latitude : double

This property holds the value of the latitude.

This property group was introduced in Mobility 1.1.


longitude : double

This property holds the value of the longitude.

This property group was introduced in Mobility 1.1.


speed : double

This property holds the value of the speed.

This property group was introduced in Mobility 1.1.


timestamp : date

This property holds the value of the timestamp of the location information.

This property group was introduced in Mobility 1.1.


X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.