showPOIs

abstract fun showPOIs(pois: Set<PointOfInterest>): Boolean

Shows a set of Points of Interest (POIs).

Return

true if the POIs were successfully shown, false otherwise.

Parameters

pois

The set of PointOfInterest objects to be shown.