QtMobility Reference Documentation

Contents

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.

This documentation was introduced in Qt Mobility Mobility 1.2.


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.

This documentation was introduced in Qt Mobility Mobility 1.2.


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.

This documentation was introduced in Qt Mobility Mobility 1.2.