All modules:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Search Common module contains APIs that are frequently used across the Search SDK. Here you find general error handling classes, and classes that have a use-case in at least two separate Search APIs.

Link copied to clipboard

The Dynamic Data module includes the following four APIs:

The Dynamic Data module refers to information that changes over time. 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

The Reverse Geocoding module contains the interface and data models for the Reverse Geocoding API. Reverse geocoding is the process of translating geographic coordinates in the form of latitude and longitude values
into a readable address or location description that can be easily understood by humans.

The Reverse Geocoder Offline module contains the offline implementation of the Reverse Geocoding API.

The Reverse Geocoder online module contains the online implementation of the Reverse Geocoding API.

Link copied to clipboard

The Search module encompasses the interface for the Search API, along with the models that encapsulate data relevant to its implementation.

This module initializes an online Search API that offers customizable functionalities, such as the Search with Custom Points of Interest API with its create function: OnlineSearch.Companion.create.

Link copied to clipboard

This module contains the hybrid implementation of the Search API.

Link copied to clipboard

This module contains the offline implementation of the Search API.

Link copied to clipboard

This module contains the online implementation of the Search API.

Link copied to clipboard

This module serves as a hierarchical address selection tool, designed to assist users in locating an address within structured address data. By presenting a sequence of choices, users are guided through a hierarchy that starts at the highest level (country) and progresses to the lowest level (house number). At each stage, the user is presented with an ordered list of options for the subsequent level. They can proceed by selecting a candidate or reverting their selections by undoing the previous choices. This functionality is only available in offline mode.

This module contains the offline implementation of the Structured Search API.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard