public interface GnssInit
Modifier and Type | Method and Description |
---|---|
void |
disableGnss()
Disables the underlying GNSS engine.
|
void |
initializeGnss()
Initialize the underlying GNSS engine.
|
void disableGnss() throws GnssInitException
GnssInitException
- if an error occurred when disabling the GNSS engine.void initializeGnss() throws GnssInitException
GnssInitException
- if an error occurred during the initialization.