hidePOI

abstract fun hidePOI(poi: PointOfInterest): Boolean

Hides a Point of Interest (POI).

Return

true if the POI was successfully hidden, false otherwise (e.g., if the POI was not found or could not be hidden).

Parameters

poi

The PointOfInterest object to be hidden.


abstract fun hidePOI(id: Int): Boolean

Hides the Point of Interest (POI) with the given ID.

Return

true if the POI was successfully hidden, false otherwise (e.g., if the POI with the given ID was not found or could not be hidden).

Parameters

id

The unique identifier of the POI to hide.