DJIWaypointMissionFlightPathMode

enum DJIWaypointMissionFlightPathMode : NSUInteger {}

Waypoint mission flight path mode.

  • The flight path will be normal and the aircraft will move from one waypoint to the next in straight lines.

    Declaration

    Objective-C

    DJIWaypointMissionFlightPathNormal
  • The flight path will be curved and the aircraft will move from one waypoint to the next in a curved motion, adhering to the cornerRadiusInMeters, which is set in DJIWaypoint.

    Declaration

    Objective-C

    DJIWaypointMissionFlightPathCurved