FinishedLocationFlightInfo

@objc(GSFinishedLocationFlightInfo)
public protocol FinishedLocationFlightInfo : FinishedFlightInfo

Information about a finished location guided flight. Describes the initial directive and the final state of the flight.

  • Parameters of the guided flight directive (these parameters are given by the drone).

    Declaration

    Swift

    var directive: LocationDirective { get }