displayPois
abstract fun displayPois(geometry: List<GeoPoint>, configuration: SearchConfiguration, callback: SearchVisualizationCallback): Cancellable
Display Points of Interest(POIs) along a route represented by the specified geometry with the given configuration.
Return
Cancellable operation.
Parameters
geometry
List of GeoPoints that defines a route geometry.
configuration
The configuration for the Poi search.
callback
The SearchVisualizationCallback invoked when the search operation has been finished either successfully or with an error. The callback will be executed in the main thread.