Language

GnssSignalType.ConstellationType Property

Definition

Returns the constellation type.

public Android.Locations.GnssConstellationType ConstellationType { [Android.Runtime.Register("getConstellationType", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getConstellationType", "()I", "", ApiSince=34)>]
member this.ConstellationType : Android.Locations.GnssConstellationType

Property Value

Value is one of the following: GnssStatus.CONSTELLATION_UNKNOWN; GnssStatus.CONSTELLATION_GPS; GnssStatus.CONSTELLATION_SBAS; GnssStatus.CONSTELLATION_GLONASS; GnssStatus.CONSTELLATION_QZSS; GnssStatus.CONSTELLATION_BEIDOU; GnssStatus.CONSTELLATION_GALILEO; GnssStatus.CONSTELLATION_IRNSS

Attributes

Remarks

Returns the constellation type.

Java documentation for android.location.GnssSignalType.getConstellationType().

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