Class ResponderLocation
public class ResponderLocation : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
ResponderLocation
- Implements
- Inherited Members
- Extension Methods
Constructors
ResponderLocation(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 ResponderLocation(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ALTITUDE_FLOORS
public static int ALTITUDE_FLOORS { get; set; }
Property Value
ALTITUDE_METERS
public static int ALTITUDE_METERS { get; set; }
Property Value
ALTITUDE_UNDEFINED
public static int ALTITUDE_UNDEFINED { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
DATUM_NAD83_MLLW
https://developer.android.com/reference/android/net/wifi/rtt/ResponderLocation.html#DATUM_NAD83_MLLW
public static int DATUM_NAD83_MLLW { get; set; }
Property Value
DATUM_NAD83_NAV88
public static int DATUM_NAD83_NAV88 { get; set; }
Property Value
DATUM_UNDEFINED
public static int DATUM_UNDEFINED { get; set; }
Property Value
DATUM_WGS84
public static int DATUM_WGS84 { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LCI_VERSION_1
public static int LCI_VERSION_1 { get; set; }
Property Value
LOCATION_FIXED
public static int LOCATION_FIXED { get; set; }
Property Value
LOCATION_MOVEMENT_UNKNOWN
public static int LOCATION_MOVEMENT_UNKNOWN { get; set; }
Property Value
LOCATION_RESERVED
public static int LOCATION_RESERVED { get; set; }
Property Value
LOCATION_VARIABLE
public static int LOCATION_VARIABLE { get; set; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetAltitude()
public double GetAltitude()
Returns
GetAltitudeType()
public int GetAltitudeType()
Returns
GetAltitudeUncertainty()
public double GetAltitudeUncertainty()
Returns
GetColocatedBssids()
public List<MacAddress> GetColocatedBssids()
Returns
GetDatum()
public int GetDatum()
Returns
GetExpectedToMove()
public int GetExpectedToMove()
Returns
GetFloorNumber()
https://developer.android.com/reference/android/net/wifi/rtt/ResponderLocation.html#getFloorNumber()
public double GetFloorNumber()
Returns
GetHeightAboveFloorMeters()
public double GetHeightAboveFloorMeters()
Returns
GetHeightAboveFloorUncertaintyMeters()
public double GetHeightAboveFloorUncertaintyMeters()
Returns
GetLatitude()
public double GetLatitude()
Returns
GetLatitudeUncertainty()
public double GetLatitudeUncertainty()
Returns
GetLciVersion()
public int GetLciVersion()
Returns
GetLongitude()
public double GetLongitude()
Returns
GetLongitudeUncertainty()
public double GetLongitudeUncertainty()
Returns
GetMapImageMimeType()
public String GetMapImageMimeType()
Returns
GetMapImageUri()
https://developer.android.com/reference/android/net/wifi/rtt/ResponderLocation.html#getMapImageUri()
public Uri GetMapImageUri()
Returns
GetRegisteredLocationAgreementIndication()
public bool GetRegisteredLocationAgreementIndication()
Returns
IsLciSubelementValid()
public bool IsLciSubelementValid()
Returns
IsZaxisSubelementValid()
public bool IsZaxisSubelementValid()
Returns
ToCivicLocationAddress()
public Address ToCivicLocationAddress()
Returns
ToCivicLocationSparseArray()
public SparseArray<String> ToCivicLocationSparseArray()
Returns
ToLocation()
public Location ToLocation()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)