HistoryHighlight

public struct HistoryHighlight : Equatable, Hashable
extension HistoryHighlight: Sendable
  • Declaration

    Swift

    public var score: Double
  • Declaration

    Swift

    public var placeId: Int32
  • url

    Declaration

    Swift

    public var url: String
  • Declaration

    Swift

    public var title: String?
  • Declaration

    Swift

    public var previewImageUrl: String?
  • Declaration

    Swift

    public init(score: Double, placeId: Int32, url: String, title: String?, previewImageUrl: String?)