poiFilterDidFinish

abstract fun poiFilterDidFinish(filter: VMEPoiFilter?, results: List<VMERouteResult?>?)

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.