Package-level declarations

This package includes the callback interface for the Point of interest details API, alongside associated options and response data classes.

Types

Link copied to clipboard

Callback that reports when a PoiDetailsResponse or SearchFailure is received.

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

Contains the parameters to use in a POI details request.

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

Response of the poiDetails API.