GeofenceMode

@objc(GSGeofenceMode)
public enum GeofenceMode : Int, CustomStringConvertible, CaseIterable

Geofence modes, indicating the zone type where the drone is able to fly.

  • The drone flying zone is only bounded by the maximum altitude setting.

    Declaration

    Swift

    case altitude
  • The drone flying zone is bounded by the cylinder defined by the maximum altitude and distance settings.

    Declaration

    Swift

    case cylinder
  • Debug description.

    Declaration

    Swift

    public var description: String { get }