Interface GeolocationTrackerSession


public interface GeolocationTrackerSession
View into a tracker session managed by the simulator. Returned by GeolocationSimulator.activeTrackers().
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the tracker is currently receiving updates.
    Options the tracker was started with, or null.
    The component that owns this tracker session.
  • Method Details

    • owner

      Component owner()
      The component that owns this tracker session.
    • options

      @Nullable GeolocationOptions options()
      Options the tracker was started with, or null.
    • isActive

      boolean isActive()
      Whether the tracker is currently receiving updates.