Interface TrackingModeEventsListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
      • Methods inherited from class com.pointrlabs.core.map.views.tracking_mode.PTRMapTrackingModeButton.Listener

        onClick, onMapTrackingModeButtonStateChanged
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait