Qt Mobility Reference Documentation

QML Place Element

The A Place element presents basic information about a place. More...

Inherited by Landmark.

Properties

Detailed Description

This element is part of the QtMobility.location 1.1 module.

The Place element represents basic information about a place.

A Place contains a coordinate and the corresponding address, along with an optional bounding box describing the minimum viewport necessary to display the entirety of the place.

See also Landmark, Address, and QGeoPlace.


Property Documentation

address : Address

This property holds address of the place.

Note: addressChanged() signal is currently emitted only if the whole address element changes, not if only the contents of the element change.


coordinate : Coordinate

This property holds coordinate where this place is located at.

Note: coordinateChanged() signal is currently emitted only if the whole element changes, not if only the contents of the element change.


viewport : BoundingBox

This property holds the viewport of the place (minimum viewport necessary to display the entirety of the place).

Note: viewportChanged() signal is currently emitted only if the whole element changes, not if only the contents of the element change.


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.