Package com.tomtom.sdk.search.client.poidetails
Types
Link copied to clipboard
interface PoiDetailsCallback : Callback<PoiDetailsResponse, SearchError>
Content copied to clipboard
Callback that reports when a PoiDetailsResponse or SearchError is received.
Link copied to clipboard
data class PoiDetailsOptions(val poiId: SearchResultId, val locale: Locale = Locale.US)
Content copied to clipboard
Contains the parameters to use in a POI details request.
Link copied to clipboard
Response of the poiDetails API.