PreciseHomeState

@objc(GSPreciseHomeState)
public enum PreciseHomeState : Int

Precise home state.

  • Precise home unavailable.

    Declaration

    Swift

    case unavailable
  • Precise home available.

    Declaration

    Swift

    case available
  • Precise home is active.

    Declaration

    Swift

    case active
  • Debug description.

    Declaration

    Swift

    public var description: String { get }