create

fun create(ndsStore: NdsStore, language: Locale = Locale.getDefault()): LocationContextProviderEngine

Creates OfflineLocationContextProviderEngine with default configuration.

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

Parameters

ndsStore

DataStore which is based on an onboard NDS map.

language

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

See also