TextureOptions
public struct TextureOptions : Equatable
Type that represents texture options.
-
Creates an instance of
TextureOptionswith an image.Declaration
Swift
public init(image: UIImage)Parameters
imageThe image of the texture.
-
The image of the texture.
Declaration
Swift
public var image: UIImage -
Determines if the image is an overlay
Declaration
Swift
public var isOverlayImage: Bool
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
TextureOptions