Package-level declarations

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.