Interface TrackingModeEventsListener
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
,com.pointrlabs.core.map.views.tracking_mode.PTRMapTrackingModeButton.Listener
public interface TrackingModeEventsListener implements PTRMapTrackingModeButton.Listener, PTRListener
-
-
Method Summary
Modifier and Type Method Description Unit
handleLevelChange()
Handles the tracking mode change behavior when user changes the level Unit
handleMapScroll()
Handles the tracking mode change behavior when user scrolls the map Unit
handlePoiHighlighted()
Handles the tracking mode change behavior when a Poi is highlighted Unit
handleMapRotation()
Handles the tracking mode change behavior when map is rotated Unit
handlePathFindingStarted()
Handles the tracking mode change behavior when path finding is started Unit
handlePathFindingStopped()
Handles the tracking mode change behavior when path finding is stopped (upon arrival) Unit
handlePathFindingCancelled()
Handles the tracking mode change behavior when path finding is cancelled (failed or cancelled) Unit
handleUserLocationDetected(Boolean isValidLocation)
Handles the tracking mode change behavior when first user position is detected Unit
handleUserLocationLost()
Handles the tracking mode change behavior when user position is lost -
-
Method Detail
-
handleLevelChange
Unit handleLevelChange()
Handles the tracking mode change behavior when user changes the level
-
handleMapScroll
Unit handleMapScroll()
Handles the tracking mode change behavior when user scrolls the map
-
handlePoiHighlighted
Unit handlePoiHighlighted()
Handles the tracking mode change behavior when a Poi is highlighted
-
handleMapRotation
Unit handleMapRotation()
Handles the tracking mode change behavior when map is rotated
-
handlePathFindingStarted
Unit handlePathFindingStarted()
Handles the tracking mode change behavior when path finding is started
-
handlePathFindingStopped
Unit handlePathFindingStopped()
Handles the tracking mode change behavior when path finding is stopped (upon arrival)
-
handlePathFindingCancelled
Unit handlePathFindingCancelled()
Handles the tracking mode change behavior when path finding is cancelled (failed or cancelled)
-
handleUserLocationDetected
Unit handleUserLocationDetected(Boolean isValidLocation)
Handles the tracking mode change behavior when first user position is detected
-
handleUserLocationLost
Unit handleUserLocationLost()
Handles the tracking mode change behavior when user position is lost
-
-
-
-