OnboardLocationContextProviderEngine
public final class OnboardLocationContextProviderEngine : LocationContextProviderEngine
Important
This is a Public Preview API. It may be changed or removed at any time.-
OnboardLocationContextProviderEngine‘s initializer.Declaration
Swift
public convenience init( store: MapDataStore ) throws
-
Defines the error cases that can occur while using OnboardLocationContext.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OnboardLocationContextServiceError : Error -
Detects location context
Declaration
Swift
public func provideLocationContext(navigationSnapshot: NavigationSnapshot) throws -> TomTomSDKNavigationEngines .LocationContext -
Reset the engine.
Declaration
Swift
public func reset()
OnboardLocationContextProviderEngine Class Reference