MapTileOptions
public struct MapTileOptions : Equatable
                Describes options to request map tiles for given zoom and coordinate.
Detailed explanation of values can be found on: https://developer.tomtom.com/map-display-api/documentation/zoom-levels-and-tile-grid
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
MapTileOptions
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public init(level: Int, point: CGPoint, travelModeProfile: String? = nil)Parameters
levelZoom level
pointHorizontal and vertical coordinate
travelModeProfileTravel mode profile for vehicle restrictions
 
- 
                  
                  
Zoom level.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let level: Int - 
                  
                  
Horizontal and vertical coordinate.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let point: CGPoint - 
                  
                  
Travel mode profile for vehicle restrictions
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let travelModeProfile: String? 
        
 
          TomTom SDK for iOS (0.40.0)
        
          MapTileOptions