@PublicPreview("2021.06") 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'.
specification
- PoiDetailsSpecification!: The object which contains the data necessary to execute the POI Details search action.
Return
Result<PoiDetails!>!: PoiDetails
.
@PublicPreview("2021.06") 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'.
specification
- PoiDetailsSpecification!: The object which contains the data necessary to execute the POI Details action.