mavsdk::Geofence::Polygon Struct Reference
#include: geofence.h
Polygon type.
Public Types
Type | Description |
---|---|
enum Type | Geofence polygon types. |
Data Fields
std::vector< Point > points {} - Points defining the polygon.
Member Enumeration Documentation
enum Type
Geofence polygon types.
Value | Description |
---|---|
Inclusion |
Type representing an inclusion fence. |
Exclusion |
Type representing an exclusion fence. |
Field Documentation
points
std::vector<Point> mavsdk::Geofence::Polygon::points {}
Points defining the polygon.
type
Type mavsdk::Geofence::Polygon::type {}
Fence type.