POIIssue

@objc(GSPOIIssue)
public enum POIIssue : Int, CustomStringConvertible

Reasons why a poi piloting interface may be unavailable.

  • Drone gps is not fixed or has a poor accuracy.

    Declaration

    Swift

    case droneGpsInfoInaccurate
  • Drone is not calibrated.

    Declaration

    Swift

    case droneNotCalibrated
  • Drone is outside of the geofence.

    Declaration

    Swift

    case droneOutOfGeofence
  • Drone is too close to the ground.

    Declaration

    Swift

    case droneTooCloseToGround
  • Drone is above max altitude.

    Declaration

    Swift

    case droneAboveMaxAltitude
  • Drone is not flying.

    Declaration

    Swift

    case droneNotFlying
  • Debug description.

    Declaration

    Swift

    public var description: String { get }