PointOfInterest

public struct PointOfInterest : Decodable, Hashable
  • id

    Declaration

    Swift

    public let id: Int
  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let description: String
  • Declaration

    Swift

    public let address: String
  • Declaration

    Swift

    public let imageUrl: String
  • Declaration

    Swift

    public let coordinate: Coordinate
  • Declaration

    Swift

    public let customerID: String?
  • Declaration

    Swift

    public let tags: [String]
  • Declaration

    Swift

    public let mediaURL: String?
  • Declaration

    Swift

    public let mediaType: String?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws