Qt Mobility Reference Documentation

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.

    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.

    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.

    See also QGeoBoundingBox.


    height : double

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

    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.

    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.

    See also QGeoBoundingBox.


    width : double

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

    See also QGeoBoundingBox.


    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.