com.tomtom.sdk.search:search

Overview

The Search module provides a set of classes designed to handle various search functionalities efficiently. It enables searching for Points of Interest (POIs), autocompletion of search queries, and specialized searches for Electric Vehicle (EV) charging stations and services.

Search

The following are the main features of the Search module:

POI And Address Search: Locate anything, from addresses and cities to restaurants, landmarks, and other points of interest. Search Along The Route: Locate POIs close to a route, such as gas stations, restaurants, and hotels. Autocomplete: Suggests search terms as users type which improves search efficiency. EV Search: Find EV charging stations, including filtering by charger type, availability, and provider.

Packages

Link copied to clipboard
Link copied to clipboard

Contains the factory for creating Dynamic Data provider instances that rely on online TomTom services. Dynamic Data APIs are designed to complement the Search API by providing real-time or near real-time data updates. The implementation of the Dynamic Data API includes factories that create instances of Dynamic Data and in turn, provide information about EV charging, fuel prices, and parking details.

Link copied to clipboard
Link copied to clipboard

This package contains OfflineSearch, which is a class that implements the Offline Search API.

Link copied to clipboard

This package contains OnlineSearch, which is a class that implements the Online Search API.

Link copied to clipboard

Contains the create function, which instantiates a Search object using TomTom's online service that offers customizable functionalities, such as the Search with Custom Points of Interest API.

The offline implementation for the Structured Search API.