3#include <QtCore/QObject>
4#include <QtPositioning/QGeoCoordinate>
5#include <QtQmlIntegration/QtQmlIntegration>
33 Q_INVOKABLE
void reset ();
34 Q_INVOKABLE
bool isValid ()
const;
35 Q_INVOKABLE QGeoCoordinate
center ()
const;
42 bool operator ==(
const QList<QGeoCoordinate>& coords)
const;
46 return !(*
this == other);
57 Q_INVOKABLE QList<QGeoCoordinate>
polygon2D(
double clipTo = 0.0)
const;
59 Q_INVOKABLE
double width ()
const;
60 Q_INVOKABLE
double height ()
const;
61 Q_INVOKABLE
double area ()
const;
62 Q_INVOKABLE
double radius ()
const;
QGeoCoordinate center() const
QGCGeoBoundingCube(QGeoCoordinate p1, QGeoCoordinate p2)
QGeoCoordinate pointNW MEMBER pointNW CONSTANT(QGeoCoordinate pointSE MEMBER pointSE CONSTANT) 1 void reset()
QList< QGeoCoordinate > polygon2D(double clipTo=0.0) const
bool operator!=(const QGCGeoBoundingCube &other)
bool operator==(const QGCGeoBoundingCube &other) const
const QGCGeoBoundingCube & operator=(const QGCGeoBoundingCube &other)
QGCGeoBoundingCube(const QGCGeoBoundingCube &other)