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/SizedImageDeclaration
Swift
public func hash(into hasher: inout Hasher)Parameters
hashersystem hasher
SizedImage Structure Reference