Lingua

GnssNavigationStatus Enum

Definition

public enum GnssNavigationStatus
type GnssNavigationStatus = 
Inheritance
GnssNavigationStatus

Fields

Name Value Description
Unknown 0

The Navigation Message Status is 'unknown'.

Android reference for android.location.GnssNavigationMessage.STATUS_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ParityPassed 1

The Navigation Message was received without any parity error in its navigation words.

Android reference for android.location.GnssNavigationMessage.STATUS_PARITY_PASSED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ParityRebuilt 2

The Navigation Message was received with words that failed parity check, but the receiver was able to correct those words.

Android reference for android.location.GnssNavigationMessage.STATUS_PARITY_REBUILT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sbs 513

SBAS message contained in the structure.

Android reference for android.location.GnssNavigationMessage.TYPE_SBS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

QzsL1ca 1025

QZSS L1 C/A message contained in the structure.

Android reference for android.location.GnssNavigationMessage.TYPE_QZS_L1CA.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IrnL5ca 1793

NavIC L5 C/A message contained in the structure.

Android reference for android.location.GnssNavigationMessage.TYPE_IRN_L5CA.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to