QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
Viewer3DTileInfo.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QByteArray>
4
6{
7 QByteArray data;
8 int x = 0;
9 int y = 0;
10 int zoomLevel = 0;
11 int mapId = 0;
12};