onPoiClicked

abstract fun onPoiClicked(poi: PoiLocation, marker: Marker)

Called when a Point of Interest (PoiLocation) is tapped on the map. Implementing objects can use this method to take necessary actions related to the tapped PoiLocation.

Parameters

poi

The POI that has been clicked.

marker

The Marker of the PoiLocation that was tapped.

See also

to register this listener.