Package-level declarations

Contains the create function, which instantiates a Search object using TomTom's online service.

Functions

Link copied to clipboard
fun OnlineSearch.Companion.create(    context: Context,     apiKey: String,     customPoiProviders: List<CustomPoiProvider>,     customApiUrl: URL? = null,     geopoliticalView: String? = null): Search

Instantiates a Search object utilizing TomTom's online service, with added functionality to incorporate custom POIs into search queries.

fun OnlineSearch.Companion.create(    context: Context,     apiKey: String,     customPoiDataProviders: List<CustomPoiProvider>? = emptyList(),     customApiUrl: URL? = null,     geopoliticalView: String? = null,     personalData: PersonalData? = null): Search

Instantiates a Search object utilizing TomTom's online service, with added functionality to incorporate custom POIs and personal locations into search queries.