TextureOptions
public struct TextureOptions : EquatableType that represents texture options.
- 
                  
                  Creates an instance of TextureOptionswith an image.DeclarationSwift public init(image: UIImage)ParametersimageThe image of the texture. 
- 
                  
                  The image of the texture. DeclarationSwift public var image: UIImage
- 
                  
                  Determines if the image is an overlay DeclarationSwift public var isImageOverlay: Bool
- 
                  
                  Determines if the image is an overlay DeclarationSwift @available(*, deprecated, renamed: "isImageOverlay", message: "This API is deprecated and will be removed with the next major release.") public var isOverlayImage: Bool
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         TextureOptions
          TextureOptions