Lingua

GnssConstellationType Enum

Definition

public enum GnssConstellationType
type GnssConstellationType = 
Inheritance
GnssConstellationType

Fields

Name Value Description
Unknown 0

Unknown constellation type.

Android reference for android.location.GnssStatus.CONSTELLATION_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.

Gps 1

Constellation type constant for GPS.

Android reference for android.location.GnssStatus.CONSTELLATION_GPS.

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.

Sbas 2

Constellation type constant for SBAS.

Android reference for android.location.GnssStatus.CONSTELLATION_SBAS.

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.

Glonass 3

Constellation type constant for Glonass.

Android reference for android.location.GnssStatus.CONSTELLATION_GLONASS.

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.

Qzss 4

Constellation type constant for QZSS.

Android reference for android.location.GnssStatus.CONSTELLATION_QZSS.

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.

Beidou 5

Constellation type constant for Beidou.

Android reference for android.location.GnssStatus.CONSTELLATION_BEIDOU.

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.

Galileo 6

Constellation type constant for Galileo.

Android reference for android.location.GnssStatus.CONSTELLATION_GALILEO.

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.

Irnss 7

Constellation type constant for IRNSS.

Android reference for android.location.GnssStatus.CONSTELLATION_IRNSS.

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