Lines Matching full:position
51 \qmltype Position
56 \brief The Position type holds positional data at a particular point in time,
59 The Position type holds values related to geographic location such as
61 the Position was obtained, the \l speed at that time, and the accuracy of
64 Primarily, it is used in the \l{PositionSource::position}{position} property
68 Not all properties of a Position object are necessarily valid or available
72 etc) to discern whether the data is available and valid in this position
75 Position objects are read-only and can only be produced by a PositionSource.
198 const QGeoPositionInfo &QDeclarativePosition::position() const in position() function in QDeclarativePosition
204 \qmlproperty coordinate Position::coordinate
206 This property holds the latitude, longitude, and altitude value of the Position.
218 \qmlproperty bool Position::latitudeValid
233 \qmlproperty bool Position::longitudeValid
248 \qmlproperty bool Position::speedValid
262 \qmlproperty bool Position::altitudeValid
276 \qmlproperty double Position::speed
290 \qmlproperty real Position::horizontalAccuracy
317 \qmlproperty bool Position::horizontalAccuracyValid
331 \qmlproperty real Position::verticalAccuracy
358 \qmlproperty bool Position::verticalAccuracyValid
372 \qmlproperty date Position::timestamp
374 This property holds the timestamp when this position
385 \qmlproperty bool Position::directionValid
399 \qmlproperty double Position::direction
414 \qmlproperty bool Position::verticalSpeedValid
428 \qmlproperty double Position::verticalSpeed
443 \qmlproperty bool Position::magneticVariationValid
457 \qmlproperty double Position::magneticVariation