Qt Mobility Reference Documentation

QML GeoLocation Element

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

  • List of all members, including inherited members
  • 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.


    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.


    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.