Info

public enum Info

Encapsulates information about the distance traveled by the user on foot.

  • Information about the distance traveled by the user on foot.

    Declaration

    Swift

    case data(CMPedometerData)
  • The error encountered in attempting to obtain information about the distance traveled.

    Declaration

    Swift

    case error(Error)
  • No walking data is available.

    Declaration

    Swift

    case unknown