OnboardLocationContextProviderEngine

public final class OnboardLocationContextProviderEngine : LocationContextProviderEngine

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • OnboardLocationContextProviderEngine‘s initializer.

    Declaration

    Swift

    public convenience init(
        store: MapDataStore,
        locale: Locale = Locale(identifier: "en-US")
    ) throws

Public

  • Defines the error cases that can occur while using OnboardLocationContext.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    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()