removePOIs

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

Removes multiple Points of Interest (POIs) from the manager.

Return

true if all POIs were successfully removed, false otherwise (e.g., if any POI was not found or on attempt to remove POI received from Wemap backend).

Parameters

pois

A Set of PointOfInterest to remove.