QML Position ElementThe Position element holds various positional data, such as coordinate (longitude, latitude, altitude) and speed. More... Properties
Detailed DescriptionThe Position element holds various positional data, such as coordinate, (longitude, latitude, and altitude) and speed, as well as timestamp. Not all of these are always available (e.g. latitude and longitude may be valid, but speed update has not been received or set manually), and hence there are corresponding validity attributes which can be used when writing applications. At the time being the Position element is a read-only element (meaning it does not have exposed write accessors), primarily used by PositionSource. The Position element is part of the QtMobility.location 1.1 module. See also PositionSource and Coordinate. Property DocumentationThis property is true if coordinate's altitude has been set (to indicate whether that data has been received or not, as every update does not necessarily contain all data). See also coordinate. This property holds the latitude, longitude, and altitude value of the Position. Note: due to its inherent changing nature, the coordinateChanged() - signal is emitted also when the values of the coordinate changes, which enables easier data binding to Coordinate element instead of directly connecting to e.g. its latitude and longitude. See also longitudeValid, latitudeValid, and altitudeValid. This property holds the horizontal accuracy of the coordinate (in meters). See also horizontalAccuracyValid and coordinate. This property is true if horizontalAccuracy has been set (to indicate whether that data has been received or not, as every update does not necessarily contain all data). See also horizontalAccuracy. This property is true if coordinate's latitude has been set (to indicate whether that data has been received or not, as every update does not necessarily contain all data). See also coordinate. This property is true if coordinate's longitude has been set (to indicate whether that data has been received or not, as every update does not necessarily contain all data). See also coordinate. This property holds the value of speed (groundspeed, metres / second). Currently a read-only property. See also speedValid and coordinate. This property holds the timestamp when this position was received. If the property has not been set, it is invalid. This property holds the vertical accuracy of the coordinate (in meters). See also verticalAccuracyValid and coordinate. This property is true if verticalAccuracy has been set (to indicate whether that data has been received or not, as every update does not necessarily contain all data). See also verticalAccuracy.
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|