TrackingState

public enum TrackingState : Int, CustomStringConvertible

Tracking state.

  • Target is currently tracked by the drone.

    Declaration

    Swift

    case tracked
  • Target has been lost, but the drone is trying to find it again.

    Declaration

    Swift

    case lost
  • Debug description.

    Declaration

    Swift

    public var description: String { get }