Package com.pointrlabs.core.map.handlers
Class InfoButtonEventsHandler
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
,com.pointrlabs.core.map.models.events_listeners.InfoButtonEventsListener
public class InfoButtonEventsHandler implements InfoButtonEventsListener
The default implementation of InfoButtonEventsHandler. You can extend this class to override the default behavior using the PTRMapWidgetFragment.infoButtonEventsHandler property
-
-
Constructor Summary
Constructors Constructor Description InfoButtonEventsHandler()
-
Method Summary
Modifier and Type Method Description Unit
onInfoButtonClicked(PTRMapWidgetFragment mapWidget, ImageView infoButton)
This function is triggered when the info button is tapped. -
-
Method Detail
-
onInfoButtonClicked
Unit onInfoButtonClicked(PTRMapWidgetFragment mapWidget, ImageView infoButton)
This function is triggered when the info button is tapped. The default implementation of this function opens the info page.
- Parameters:
mapWidget
- Fragment exit button resides at
-
-
-
-