poi Filter Did Finish
abstract fun poiFilterDidFinish(filter: VMEPoiFilter?, results: List<VMERouteResult?>?)
Content copied to clipboard
This method will be called by the SDK once the poi filter query has completed.
Since
1.19
Parameters
filter
The original poi filter used for the query.
results
An array of VMERouteResult objects sorted by distance in ascending order. The list may be empty if the filter matched with no results.