TrackingEngineState

public enum TrackingEngineState : Int, CustomStringConvertible

Tracking engine state.

  • Drone has already activated the tracking engine.

    Declaration

    Swift

    case droneActivated
  • Tracking engine is available.

    Declaration

    Swift

    case available
  • Tracking engine is activated.

    Declaration

    Swift

    case activated
  • Debug description.

    Declaration

    Swift

    public var description: String { get }