Package-level declarations

Provides the callback interface, options, and response data classes for the Point of Interest details API.

Types

Link copied to clipboard

Callback that reports when a PoiDetailsResponse or SearchFailure is received.

Link copied to clipboard
class PoiDetailsOptions(val poiId: PoiId, val locale: Locale = Locale.getDefault())

Contains the parameters to use in a POI details request.

Link copied to clipboard
class PoiDetailsResponse(val poiDetails: PoiDetails)

Response of the poiDetails API.