|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "GeoMapItem.h"#include <QtQml/QQmlComponent>#include <QtQuick3D/QQuick3DObject>#include <algorithm>#include <cmath>#include "GeoMapCamera.h"#include "GeoScene.h"#include "QGCLoggingCategory.h"#include "SurfacePatchModel.h"#include "TileMath.h"
Include dependency graph for GeoMapItem.cc:Go to the source code of this file.
Variables | |
| static constexpr QPointF | kParkedPosition {-1e6, -1e6} |
|
staticconstexpr |
Definition at line 27 of file GeoMapItem.cc.