> ## Documentation Index
> Fetch the complete documentation index at: https://qualcomm-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GnssLocationNavSolutionMask 

Specifies the set of navigation solutions that contribute to [GnssLocation](https://docs.qualcomm.com/doc/80-80023-25/topic/GnssLocation.html#gnss-location).

|                          **Enum**                         | **Value** |                          **Description**                         |
| :-------------------------------------------------------: | :-------: | :--------------------------------------------------------------: |
|            `LOCATION_SBAS_CORRECTION_IONO_BIT`            |   `0x1`   | SBAS ionospheric correction is used to calculate `GnssLocation`. |
|            `LOCATION_SBAS_CORRECTION_FAST_BIT`            |   `0x2`   |     SBAS fast correction is used to calculate `GnssLocation`.    |
|            `LOCATION_SBAS_CORRECTION_LONG_BIT`            |   `0x4`   |  SBAS long-term correction is used to calculate `GnssLocation`.  |
|               `LOCATION_SBAS_INTEGRITY_BIT`               |   `0x8`   |  SBAS integrity information is used to calculate `GnssLocation`. |
|            `LOCATION_NAV_CORRECTION_DGNSS_BIT`            |   `0x10`  |       DGNSS correction is used to calculate `GnssLocation`.      |
|             `LOCATION_NAV_CORRECTION_RTK_BIT`             |   `0x20`  |        RTK correction is used to calculate `GnssLocation`.       |
|             `LOCATION_NAV_CORRECTION_PPP_BIT`             |   `0x40`  |        PPP correction is used to calculate `GnssLocation`.       |
|          `LOCATION_NAV_CORRECTION_RTK _FIXED_BIT`         |   `0x80`  |     RTK fixed correction is used to calculate `GnssLocation`.    |
| `LOCATION_NAV_CORRECTION_ONLY_SBAS_CORRECTED_SV_USED_BIT` |  `0x100`  |   Only SBAS corrected SVs are used to calculate `GnssLocation`.  |
