/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.map.home/TripKitMapFragment/OnInfoWindowClickListener

OnInfoWindowClickListener

\ interface OnInfoWindowClickListener

When an icon in the map is clicked, an information window is displayed. When that information window is clicked, this interface is used as a callback to notify the app of the click.

Functions

Name Summary
onInfoWindowClick abstract fun onInfoWindowClick(location: Location?)
Called when an info window is clicked.