GnssStatus
Builder
Callback
InterfaceConsts
ConstellationBeidou
ConstellationGalileo
ConstellationGlonass
ConstellationGps
ConstellationIrnss
ConstellationQzss
ConstellationSbas
ConstellationUnknown
Creator
JniPeerMembers
SatelliteCount
ThresholdClass
ThresholdType
DescribeContents()
GetAzimuthDegrees(Int32)
GetBasebandCn0DbHz(Int32)
GetCarrierFrequencyHz(Int32)
GetCn0DbHz(Int32)
GetConstellationType(Int32)
GetElevationDegrees(Int32)
GetSvid(Int32)
HasAlmanacData(Int32)
HasBasebandCn0DbHz(Int32)
HasCarrierFrequencyHz(Int32)
HasEphemerisData(Int32)
UsedInFix(Int32)
WriteToParcel(Parcel, ParcelableWriteFlags)
monoandroid
namespace Android.Locations
{
[Register("android/location/GnssStatus", ApiSince = 24, DoNotGenerateAcw = true)]
public sealed class GnssStatus : Object
{
[Obsolete("This constant will be removed in the future version. Use Android.Locations.GnssConstellationType enum directly instead of this field.", true)]
[Register("CONSTELLATION_GPS", ApiSince = 24)]
public const GnssConstellationType ConstellationGps = GnssConstellationType.Gps;
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Obsolete | This constant will be removed in the future version. Use Android.Locations.GnssConstellationType enum directly instead of this field. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API