OnboardLocationContextProviderEngine

class OnboardLocationContextProviderEngine(ndsStore: NdsStore, language: Locale = Locale.getDefault()) : LocationContextProviderEngine

LocationContextProviderEngine implementation which provides location context using onboard map data.

Parameters

ndsStore

Onboard map handle.

language

Language to be used in a form of Locale. Defaults to the current device language.

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

Constructors

Link copied to clipboard
fun OnboardLocationContextProviderEngine(ndsStore: NdsStore, language: Locale = Locale.getDefault())

Functions

Link copied to clipboard
open override fun dispose()
Link copied to clipboard
open override fun provideLocationContext(navigationSnapshot: NavigationSnapshot): LocationContext

Provides LocationContext for given location.