QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
SurveyMapVisual.qml
Go to the documentation of this file.
1import QtQuick
2import QtQuick.Controls
3import QtLocation
4import QtPositioning
5
6import QGroundControl
7import QGroundControl.Controls
8import QGroundControl.FlightMap
9
10/// Survey Complex Mission Item visuals
11TransectStyleMapVisuals {
12 polygonInteractive: true
13}