Package-level declarations

Includes classes for integrating custom Point of Interest (POI) data sources into the Search engine, enhancing your application's search functionality with user-specific POIs.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
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
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class CustomPoiProvider(val name: String)

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