Table of Contents

Class GnssCapabilities

Namespace
Android.Location
Assembly
MASES.Netdroid.dll
public class GnssCapabilities : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
GnssCapabilities
Implements
Inherited Members
Extension Methods

Constructors

GnssCapabilities(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GnssCapabilities(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CAPABILITY_SUPPORTED

public static int CAPABILITY_SUPPORTED { get; set; }

Property Value

int

CAPABILITY_UNKNOWN

public static int CAPABILITY_UNKNOWN { get; set; }

Property Value

int

CAPABILITY_UNSUPPORTED

public static int CAPABILITY_UNSUPPORTED { get; set; }

Property Value

int

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetGnssSignalTypes()

public List<GnssSignalType> GetGnssSignalTypes()

Returns

List<GnssSignalType>

List

HasAccumulatedDeltaRange()

public int HasAccumulatedDeltaRange()

Returns

int

int

HasAntennaInfo()

public bool HasAntennaInfo()

Returns

bool

bool

HasGeofencing()

public bool HasGeofencing()

Returns

bool

bool

HasGnssAntennaInfo()

[Obsolete("Deprecated in JVM")]
public bool HasGnssAntennaInfo()

Returns

bool

bool

HasLowPowerMode()

public bool HasLowPowerMode()

Returns

bool

bool

HasMeasurementCorrections()

public bool HasMeasurementCorrections()

Returns

bool

bool

HasMeasurementCorrectionsExcessPathLength()

public bool HasMeasurementCorrectionsExcessPathLength()

Returns

bool

bool

HasMeasurementCorrectionsForDriving()

public bool HasMeasurementCorrectionsForDriving()

Returns

bool

bool

HasMeasurementCorrectionsLosSats()

public bool HasMeasurementCorrectionsLosSats()

Returns

bool

bool

HasMeasurementCorrectionsReflectingPlane()

public bool HasMeasurementCorrectionsReflectingPlane()

Returns

bool

bool

HasMeasurementCorrelationVectors()

public bool HasMeasurementCorrelationVectors()

Returns

bool

bool

HasMeasurements()

public bool HasMeasurements()

Returns

bool

bool

HasMsa()

public bool HasMsa()

Returns

bool

bool

HasMsb()

public bool HasMsb()

Returns

bool

bool

HasNavigationMessages()

public bool HasNavigationMessages()

Returns

bool

bool

HasOnDemandTime()

public bool HasOnDemandTime()

Returns

bool

bool

HasPowerMultibandAcquisition()

public bool HasPowerMultibandAcquisition()

Returns

bool

bool

HasPowerMultibandTracking()

public bool HasPowerMultibandTracking()

Returns

bool

bool

HasPowerOtherModes()

public bool HasPowerOtherModes()

Returns

bool

bool

HasPowerSinglebandAcquisition()

public bool HasPowerSinglebandAcquisition()

Returns

bool

bool

HasPowerSinglebandTracking()

public bool HasPowerSinglebandTracking()

Returns

bool

bool

HasPowerTotal()

public bool HasPowerTotal()

Returns

bool

bool

HasSatelliteBlocklist()

public bool HasSatelliteBlocklist()

Returns

bool

bool

HasSatellitePvt()

public bool HasSatellitePvt()

Returns

bool

bool

HasScheduling()

public bool HasScheduling()

Returns

bool

bool

HasSingleShotFix()

public bool HasSingleShotFix()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int