WalkAttributes

public enum WalkAttributes : UInt32, CaseIterable, Codable

Types of walk attributes.

  • The span contains stairs.

    Declaration

    Swift

    case stairs
  • The span goes through a park.

    Declaration

    Swift

    case park
  • The span is indoor.

    Declaration

    Swift

    case indoor
  • The span is open.

    Declaration

    Swift

    case open
  • The access is restricted on the span.

    Declaration

    Swift

    case noThrough
  • The access is permitted on the span after paying a toll.

    Declaration

    Swift

    case tollRoad