SizedImage
public struct SizedImage : Codable, Hashable
SearchResultMetadata Image information. Contains width, height and image url
-
Image source URL
Declaration
Swift
public var url: URL?
-
Image sizes
Declaration
Swift
public var size: CGSize
-
Undocumented
Declaration
Swift
public init(url: URL?, size: CGSize)
-
Hash implementation for
Image/SizedImage
Declaration
Swift
public func hash(into hasher: inout Hasher)
Parameters
hasher
system hasher