# LocationFlagsBits

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/gtp_location_flags_bits.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/gtp_location_flags_bits.html)

## Java

    LocationStatusCopy to clipboard

## Native

    gtp_LocationFlagsBitsCopy to clipboard

| **Enum values** | **Integer value** |
| --- | --- |
| GTP\_LOCATION\_HAS\_LAT\_LONG\_BIT | 1 |
| GTP\_LOCATION\_HAS\_ALTITUDE\_BIT | 2 |
| GTP\_LOCATION\_HAS\_SPEED\_BIT | 4 |
| GTP\_LOCATION\_HAS\_BEARING\_BIT | 8 |
| GTP\_LOCATION\_HAS\_ACCURACY\_BIT | 16 |
| GTP\_LOCATION\_HAS\_VERTICAL\_ACCURACY\_BIT | 32 |
| GTP\_LOCATION\_HAS\_SPEED\_ACCURACY\_BIT | 64 |
| GTP\_LOCATION\_HAS\_BEARING\_ACCURACY\_BIT | 128 |
| GTP\_LOCATION\_HAS\_ELAPSED\_REAL\_TIME\_BIT | 256 |
| GTP\_LOCATION\_HAS\_ELAPSED\_REAL\_TIME\_UNC\_BIT | 512 |

**Parent Topic:** [GTP enums](https://docs.qualcomm.com/doc/80-PK177-134/topic/gtp_enums.html)

Last Published: Nov 14, 2024

[Previous Topic
LocationStatus](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/gtp_location_status.md) [Next Topic
GTP classes and structs](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/gtp_classes_and_structs.md)