LocationContextProviderEngine

interface LocationContextProviderEngine : Disposable

Responsible for extraction of detailed information about a current location on the road (e.g. Speed limit).

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

Functions

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

Provides LocationContext for given location.

Inheritors

Link copied to clipboard