Uses of Class
io.qt.positioning.QGeoRectangle
Package | Description |
---|---|
io.qt.location | |
io.qt.positioning |
-
Uses of QGeoRectangle in io.qt.location
Methods in io.qt.location that return QGeoRectangle Modifier and Type Method Description QGeoRectangle
QGeoRoute. bounds()
Methods in io.qt.location that return types with arguments of type QGeoRectangle Modifier and Type Method Description QList<QGeoRectangle>
QGeoRouteRequest. excludeAreas()
Methods in io.qt.location with parameters of type QGeoRectangle Modifier and Type Method Description void
QGeoRoute. setBounds(QGeoRectangle bounds)
Method parameters in io.qt.location with type arguments of type QGeoRectangle Modifier and Type Method Description void
QGeoRouteRequest. setExcludeAreas(Collection<QGeoRectangle> areas)
-
Uses of QGeoRectangle in io.qt.positioning
Methods in io.qt.positioning that return QGeoRectangle Modifier and Type Method Description QGeoRectangle
QGeoLocation. boundingBox()
QGeoRectangle
QGeoShape. boundingGeoRectangle()
QGeoRectangle
QGeoRectangle. clone()
QGeoRectangle
QGeoRectangle. translated(double degreesLatitude, double degreesLongitude)
QGeoRectangle
QGeoRectangle. united(QGeoRectangle rectangle)
Methods in io.qt.positioning with parameters of type QGeoRectangle Modifier and Type Method Description boolean
QGeoRectangle. contains(QGeoRectangle rectangle)
boolean
QGeoRectangle. intersects(QGeoRectangle rectangle)
void
QGeoLocation. setBoundingBox(QGeoRectangle box)
QGeoRectangle
QGeoRectangle. united(QGeoRectangle rectangle)
Constructors in io.qt.positioning with parameters of type QGeoRectangle Constructor Description QGeoRectangle(QGeoRectangle other)