sdk-search / com.tomtom.online.sdk.search / SearchApi / poiDetailsSearch

poiDetailsSearch

@Beta(2020, 12) abstract fun poiDetailsSearch(specification: PoiDetailsSpecification!): Result<PoiDetails!>!

Performs a synchronous POI Details search computing action based on the provided PoiDetailsSpecification object. Important: You shall attribute all results delivered by the Points of Interest Details endpoint and Points of Interest Photos endpoint as being ‘powered by Foursquare'.

Parameters

specification - PoiDetailsSpecification!: The object which contains the data necessary to execute the POI Details search action.

Return
Result<PoiDetails!>!: PoiDetails.

@Beta(2020, 12) abstract fun poiDetailsSearch(specification: PoiDetailsSpecification!, callback: PoiDetailsCallback!): Unit

Performs an asynchronous POI Details search computing action based on the provided PoiDetailsSpecification object and returns the PoiDetails in the callback. Important: You shall attribute all results delivered by the Points of Interest Details endpoint and Points of Interest Photos endpoint as being ‘powered by Foursquare'.

Parameters

specification - PoiDetailsSpecification!: The object which contains the data necessary to execute the POI Details action.