OnboardLocationContextProviderEngine
class OnboardLocationContextProviderEngine(ndsStore: NdsStore, language: Locale = Locale.getDefault()) : LocationContextProviderEngine
Content copied to clipboard
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())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun provideLocationContext(navigationSnapshot: NavigationSnapshot): LocationContext
Content copied to clipboard
Provides LocationContext for given location.