QGeoRectangle

PyQt5.QtPositioning.QGeoRectangle

Inherits from QGeoShape.

Description

TODO

Methods

__init__()

TODO


__init__(Iterable[QGeoCoordinate])

TODO


__init__(QGeoRectangle)

TODO


__init__(QGeoShape)

TODO


__init__(QGeoCoordinate, QGeoCoordinate)

TODO


__init__(QGeoCoordinate, float, float)

TODO


bottomLeft() → QGeoCoordinate

TODO


bottomRight() → QGeoCoordinate

TODO


center() → QGeoCoordinate

TODO


contains(QGeoRectangle) → bool

TODO


__eq__(QGeoRectangle) → bool

TODO


extendRectangle(QGeoCoordinate)

TODO


height() → float

TODO


intersects(QGeoRectangle) → bool

TODO


__ior__(QGeoRectangle) → QGeoRectangle

TODO


__ne__(QGeoRectangle) → bool

TODO


__or__(QGeoRectangle) → QGeoRectangle

TODO


setBottomLeft(QGeoCoordinate)

TODO


setBottomRight(QGeoCoordinate)

TODO


setCenter(QGeoCoordinate)

TODO


setHeight(float)

TODO


setTopLeft(QGeoCoordinate)

TODO


setTopRight(QGeoCoordinate)

TODO


setWidth(float)

TODO


topLeft() → QGeoCoordinate

TODO


topRight() → QGeoCoordinate

TODO


toString() → str

TODO


translate(float, float)

TODO


translated(float, float) → QGeoRectangle

TODO


united(QGeoRectangle) → QGeoRectangle

TODO


width() → float

TODO