GuidanceViewImageRepresentation
public struct GuidanceViewImageRepresentation : Equatable
A guidance view image representation of a visual instruction component.
-
Initializes an image representation bearing the image at the given URL.
Declaration
Swift
public init(imageURL: URL?)
-
Returns a remote URL to the image file that represents the component.
Declaration
Swift
public let imageURL: URL?