abstract fun onTrafficIncidentsFlowClick(mapPoint: MapPoint!, incidentsFlows: MutableList<TrafficIncidentFlow!>!): Boolean
A Callback executed when traffic incidents flow is clicked.
mapPoint
- MapPoint!: A point on the map clicked by the user.
incidentsFlows
- MutableList<TrafficIncidentFlow!>!: The flow incidents.
Return
Boolean: Event handled, do not forward the event.