QtMobility Reference Documentation

Contents

QML BoundingBox Element

The QGeoBoundingBox class defines a rectangular geographic area. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    The BoundingBox class defines a rectangular geographic area. This element is part of the QtMobility.location 1.1 module. For behavioral details, please see QGeoBoundingBox.

    See also Landmark, Place, Address, and QGeoBoundingBox.

    Property Documentation

    bottomLeft : Coordinate

    This property holds the bottom left coordinate of this bounding box.

    Note: this property's changed() 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.

    See also QGeoBoundingBox.


    bottomRight : Coordinate

    This property holds the bottom right coordinate of this bounding box.

    Note: this property's changed() 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.

    See also QGeoBoundingBox.


    center : Coordinate

    This property holds the center coordinate of this bounding box.

    Note: this property's changed() 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.

    See also QGeoBoundingBox.


    height : double

    This property holds the height of this bounding box (in degrees).

    This documentation was introduced in Qt Mobility Mobility 1.2.

    See also QGeoBoundingBox.


    topLeft : Coordinate

    This property holds the top left coordinate of this bounding box.

    Note: this property's changed() 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.

    See also QGeoBoundingBox.


    topRight : Coordinate

    This property holds the top right coordinate of this bounding box.

    Note: this property's changed() 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.

    See also QGeoBoundingBox.


    width : double

    This property holds the width of this bounding box (in degrees).

    This documentation was introduced in Qt Mobility Mobility 1.2.

    See also QGeoBoundingBox.