-
- All Implemented Interfaces:
public interface PTRMapTrackingModeButton.Listener
Listener that expose events from PTRMapTrackingModeButton
-
-
Method Summary
Modifier and Type Method Description Unit
onMapTrackingModeButtonStateChanged(PTRMapTrackingModeButton button, MapTrackingMode previousState, MapTrackingMode newState)
Method called every time the map tracking mode button is tapped and tracking mode changes. Unit
onClick()
Invoked when PTRMapTrackingModeButton is clicked -
-
Method Detail
-
onMapTrackingModeButtonStateChanged
Unit onMapTrackingModeButtonStateChanged(PTRMapTrackingModeButton button, MapTrackingMode previousState, MapTrackingMode newState)
Method called every time the map tracking mode button is tapped and tracking mode changes.
- Parameters:
button
- : The button that triggered the event.previousState
- : state before the button was clickednewState
- : state after the the button was clicked
-
onClick
Unit onClick()
Invoked when PTRMapTrackingModeButton is clicked
-
-
-
-