removePOI

abstract fun removePOI(poi: PointOfInterest): Boolean

Removes a Point of Interest (POI) from the manager.

Return

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

Parameters

poi

The PointOfInterest to remove.