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.