PilotingItfs

@objcMembers
@objc(GSPilotingItfs)
public class PilotingItfs : NSObject

Defines all known Piloting Interfaces descriptors.

  • Piloting interface for the animations.

    Declaration

    Swift

    public static let animation: AnimationPilotingItfs
  • Piloting interface for the flight plan.

    Declaration

    Swift

    public static let flightPlan: FlightPlanPilotingItfs
  • Piloting interface for FollowMe mode.

    Declaration

    Swift

    public static let followMe: FollowMePilotingItfs
  • Piloting interface for guided piloting.

    Declaration

    Swift

    public static let guided: GuidedPilotingItfs
  • Piloting interface for LookAt Mode.

    Declaration

    Swift

    public static let lookAt: LookAtPilotingItfs
  • Piloting interface of a copter for manual piloting.

    Declaration

    Swift

    public static let manualCopter: ManualCopterPilotingItfs
  • Piloting interface for point'n'fly piloting.

    Declaration

    Swift

    public static let pointAndFly: PointAndFlyPilotingItfs
  • Piloting interface for Point Of Interest piloting.

    Declaration

    Swift

    public static let pointOfInterest: PointOfInterestPilotingItfs
  • Piloting interface for the return home feature.

    Declaration

    Swift

    public static let returnHome: ReturnHomePilotingItfs