ZoomControlsViewModel
public final class ZoomControlsViewModelZoomControlsViewModel serves as the view model layer for managing the zoom controls within a map interface.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  Determines the visibility of zoom controls. Setting this property will show or hide the zoom controls in the user interface. DeclarationSwift public var isVisible: Bool { get set }
- 
                  
                  Represents the image used for the zoom-in control within the map’s user interface. DeclarationSwift public var zoomInIcon: UIImage { get set }
- 
                  
                  Represents the image used for the zoom-out control within the map’s user interface. DeclarationSwift public var zoomOutIcon: UIImage { get set }
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         ZoomControlsViewModel
          ZoomControlsViewModel