@Beta(2020, 12) interface PoiDetailsService
Defines the API which can be used to retrieve the PoiDetails from the PoiDetails service.
poiDetailsSearch
abstract fun poiDetailsSearch(specification: PoiDetailsSpecification): Try<PoiDetails>