mavsdk::Geofence::GeofenceData Struct Reference ​
#include: geofence.h
Geofence data type.
Data Fields ​
std::vector< Polygon > polygons {} - Polygon(s) representing the geofence(s)
std::vector< Circle > circles {} - Circle(s) representing the geofence(s)
Field Documentation ​
polygons ​
cpp
std::vector<Polygon> mavsdk::Geofence::GeofenceData::polygons {}
Polygon(s) representing the geofence(s)
circles ​
cpp
std::vector<Circle> mavsdk::Geofence::GeofenceData::circles {}
Circle(s) representing the geofence(s)