CodingKeys

enum CodingKeys : String, CodingKey

This enum defines the keys for the Codable protocol

  • The type of enum

    Declaration

    Swift

    case type
  • A list of venue types.

    Declaration

    Swift

    case venueTypes
  • A list of weekdays

    Declaration

    Swift

    case weekdays
  • The lower bound of the start time range.

    Declaration

    Swift

    case startTimeRange_LowerBound
  • The upper bound of the start time range.

    Declaration

    Swift

    case startTimeRange_UpperBound
  • The search string.

    Declaration

    Swift

    case string
  • The latitude of the coordinate we want to find the distance from

    Declaration

    Swift

    case distanceFrom_Lat
  • The longitude of the coordinate we want to find the distance from

    Declaration

    Swift

    case distanceFrom_Lng