PointOfInterest

public struct PointOfInterest : Decodable, Hashable, Sendable
extension PointOfInterest: CustomDebugStringConvertible
  • 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 mediaThumbnailURL: String?
  • Declaration

    Swift

    public let mediaURL: String?
  • Declaration

    Swift

    public let mediaType: String?
  • Declaration

    Swift

    public let type: PointOfInterestType
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public var debugDescription: String { get }