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.