Table of Contents

Class ResponderLocation

Namespace
Android.Net.Wifi.Rtt
Assembly
MASES.Netdroid.dll
public class ResponderLocation : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
ResponderLocation
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ResponderLocation()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ResponderLocation()

ResponderLocation(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ResponderLocation(params object[] args)

Parameters

args object[]

Properties

ALTITUDE_FLOORS

public static int ALTITUDE_FLOORS { get; }

Property Value

int

ALTITUDE_METERS

public static int ALTITUDE_METERS { get; }

Property Value

int

ALTITUDE_UNDEFINED

public static int ALTITUDE_UNDEFINED { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

DATUM_NAD83_MLLW

public static int DATUM_NAD83_MLLW { get; }

Property Value

int

DATUM_NAD83_NAV88

public static int DATUM_NAD83_NAV88 { get; }

Property Value

int

DATUM_UNDEFINED

public static int DATUM_UNDEFINED { get; }

Property Value

int

DATUM_WGS84

public static int DATUM_WGS84 { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LCI_VERSION_1

public static int LCI_VERSION_1 { get; }

Property Value

int

LOCATION_FIXED

public static int LOCATION_FIXED { get; }

Property Value

int

LOCATION_MOVEMENT_UNKNOWN

public static int LOCATION_MOVEMENT_UNKNOWN { get; }

Property Value

int

LOCATION_RESERVED

public static int LOCATION_RESERVED { get; }

Property Value

int

LOCATION_VARIABLE

public static int LOCATION_VARIABLE { get; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetAltitude()

public double GetAltitude()

Returns

double

double

GetAltitudeType()

public int GetAltitudeType()

Returns

int

int

GetAltitudeUncertainty()

public double GetAltitudeUncertainty()

Returns

double

double

GetColocatedBssids()

public List<MacAddress> GetColocatedBssids()

Returns

List<MacAddress>

List

GetDatum()

public int GetDatum()

Returns

int

int

GetExpectedToMove()

public int GetExpectedToMove()

Returns

int

int

GetFloorNumber()

public double GetFloorNumber()

Returns

double

double

GetHeightAboveFloorMeters()

public double GetHeightAboveFloorMeters()

Returns

double

double

GetHeightAboveFloorUncertaintyMeters()

public double GetHeightAboveFloorUncertaintyMeters()

Returns

double

double

GetLatitude()

public double GetLatitude()

Returns

double

double

GetLatitudeUncertainty()

public double GetLatitudeUncertainty()

Returns

double

double

GetLciVersion()

public int GetLciVersion()

Returns

int

int

GetLongitude()

public double GetLongitude()

Returns

double

double

GetLongitudeUncertainty()

public double GetLongitudeUncertainty()

Returns

double

double

GetMapImageMimeType()

public String GetMapImageMimeType()

Returns

String

String

GetMapImageUri()

public Uri GetMapImageUri()

Returns

Uri

Uri

GetRegisteredLocationAgreementIndication()

public bool GetRegisteredLocationAgreementIndication()

Returns

bool

bool

IsLciSubelementValid()

public bool IsLciSubelementValid()

Returns

bool

bool

IsZaxisSubelementValid()

public bool IsZaxisSubelementValid()

Returns

bool

bool

ToCivicLocationAddress()

public Address ToCivicLocationAddress()

Returns

Address

Address

ToCivicLocationSparseArray()

public SparseArray<String> ToCivicLocationSparseArray()

Returns

SparseArray<String>

SparseArray

ToLocation()

public Location ToLocation()

Returns

Location

Location

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int