hidePOIs

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

Hides the specified Points of Interest (POIs).

Return

true if the POIs were successfully hidden, false otherwise.

Parameters

pois

A set of PointOfInterest objects to be hidden.