GnssStatus.ConstellationBeidou Field

Definition

Caution

This constant will be removed in the future version. Use Android.Locations.GnssConstellationType enum directly instead of this field.

Constellation type constant for Beidou.

[Android.Runtime.Register("CONSTELLATION_BEIDOU", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Locations.GnssConstellationType enum directly instead of this field.", true)]
public const Android.Locations.GnssConstellationType ConstellationBeidou = 5;
[<Android.Runtime.Register("CONSTELLATION_BEIDOU", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Locations.GnssConstellationType enum directly instead of this field.", true)>]
val mutable ConstellationBeidou : Android.Locations.GnssConstellationType

Field Value

Value = 5

Implements

Attributes

Remarks

Constellation type constant for Beidou.

Java documentation 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.

Applies to