Package 

Class GnssConfiguration

    • Method Detail

      • getCollectStatus

         final Boolean getCollectStatus()

        Register the GnssStatus callback (per-satellite signal strength).

      • getCollectLocations

         final Boolean getCollectLocations()

        Register the GPS_PROVIDER location request that keeps the GNSS engine hot for raw measurements. Keep true where raw pseudorange/carrier-phase are collected — on some chipsets the engine goes cold without an active location request.

      • getSubmitLocations

         final Boolean getSubmitLocations()

        Whether GnssManager ALSO submits those GPS_PROVIDER fixes into the location stream. Default false: LocationManager (fused/platform) owns the location stream, so submitting here too duplicates/interleaves fixes. Set true only to deliberately capture the raw GPS_PROVIDER track in addition to the primary source.