searchPoi
abstract fun searchPoi(propertyId: Int, @Nullable poiFilter: PoiFilter, resultCallback: Consumer<List<out ISearchable>>)
searches for points of interest based on given PoiFilter.
Parameters
propertyId
propertyId
poiFilter
poiFilter to filter the result by. If null, all results will be returned via the callback.
resultCallback
callback for results