MainNavigationEngines
public protocol MainNavigationEngines
                Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
The DataSourceSelectionEngine provides an interface for the map data source.
Declaration
Swift
var dataSourceSelectionEngine: DataSourceSelectionEngine? { get } - 
                  
                  
The DataStoreMaintenanceEngine provides an interface for updating the data store
Declaration
Swift
var dataStoreMaintenanceEngine: DataStoreMaintenanceEngine? { get } - 
                  
                  
The RouteProjectionEngine provides an interface for route projection.
Declaration
Swift
var routeProjectionEngine: RouteProjectionEngine? { get } - 
                  
                  
Declaration
Swift
var mapMatchingEngine: MapMatchingEngine { get } - 
                  
                  
Declaration
Swift
var horizonEngine: HorizonEngine? { get } 
        
 
          TomTom SDK for iOS (0.40.0)
        
          MainNavigationEngines