sdk-maps / com.tomtom.online.sdk.map / OnTrafficIncidentsClickListener / onTrafficIncidentsPoiClick

onTrafficIncidentsPoiClick

abstract fun onTrafficIncidentsPoiClick(mapPoint: MapPoint!, incidentsPois: MutableList<TrafficIncidentPoi!>!): Boolean

A callback executed when a traffic incidents poi (Points of Interest) is clicked.

Parameters

mapPoint - MapPoint!: A point on the map clicked by the user.

incidentsPois - MutableList<TrafficIncidentPoi!>!: Poi incidents.

Return
Boolean: Event handled, do not forward event.