Package 

Class GnssConfiguration

    • Method Detail

      • getMinCn0DbHz

         final Double getMinCn0DbHz()

        Minimum CN0 (dB-Hz) for a satellite to be retained in any GNSS stream.

      • getCollectPseudoranges

         final Boolean getCollectPseudoranges()

        Compute pseudorange on-device and include pseudorange_meters in the uploaded measurement. When false, the field is left null and the server reproduces it from the raw received_sv_time_nanos + clock fields that always flow regardless of this flag.

      • getAcceptUnverifiedNavMessages

         final Boolean getAcceptUnverifiedNavMessages()

        Forward nav messages even when Android reports parity failure (status != PARITY_PASSED / PARITY_REBUILT). The original status field travels with the payload so the server can decide what to keep. Off by default to match legacy behaviour.