OfflineHorizonEngineFactory
public class OfflineHorizonEngineFactory
Creates the offline version of HorizonEngine.
Important: This is a Public Preview API. It may be changed or removed at any time.
-
Creates the offline engine with a given map data store.
- dataStore: An
NDSStorewhich provides access to the offline map. - dataAdapters: An array of
HorizonDataAdapterobjects
Declaration
Swift
public class func create(dataStore: NDSStore, dataAdapters: [HorizonDataAdapter] = []) throws -> HorizonEngineReturn Value
An instance of
HorizonEngine - dataStore: An
OfflineHorizonEngineFactory Class Reference