showPOI

abstract fun showPOI(poi: PointOfInterest): Boolean

Shows a Point of Interest (POI).

Return

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

Parameters

poi

The PointOfInterest object to be shown.


abstract fun showPOI(id: Int): Boolean

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

Return

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

Parameters

id

The unique identifier of the POI to show.