tripkit-android / 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 | Called when an info window is clicked.abstract fun onInfoWindowClick(location: Location !): Unit |