display

abstract fun display(poiList: List<Poi>)

Display a list of Pois on the map. If any Poi was already added before, it will not be added again.

Parameters

poiList

The list of Pois to be displayed.