Package-level declarations

Includes classes which enable a seamless integration of custom Point of interest (POI) data sources into the Search engine. This package enhances your application's search functionality by permitting user-specific POIs.

Types

Link copied to clipboard
class CustomPoi(val id: String, val place: Place, val poi: Poi)

This class represents a user-specific Point of Interest (POI) from a custom data source.

Link copied to clipboard
class CustomPoiProvider(val name: String)

Enables injection of custom search POI data to the search engine.