GnssStateListener

public interface GnssStateListener

com.google.android.things.userdriver.location.GnssStateListener


GNSS State Listener Handles changes in the enabled state of the gnss system.

Summary

Public methods

abstract void onSetEnabled(boolean enabled)

Handle state changes in GNSS driver.

Public methods

onSetEnabled

void onSetEnabled (boolean enabled)

Handle state changes in GNSS driver. Called when the number of consumers of location information increases from zero or decreases to zero. When onSetEnabled(false) is called, it is a good idea to put GNSS-related hardware into low-power mode to save energy.

Parameters
enabled boolean: True if there are one or more consumers requiring up-to-date GNSS information.