Freigeben über


ResponderLocation.IsLciSubelementValid Property

Definition

public bool IsLciSubelementValid { [Android.Runtime.Register("isLciSubelementValid", "()Z", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("isLciSubelementValid", "()Z", "", ApiSince=29)>]
member this.IsLciSubelementValid : bool

Property Value

true if the LCI subelement (containing Latitude, Longitude and Altitude) is valid.

        &lt;p&gt; This method tells us if the responder has provided its Location Configuration
        Information (LCI) directly, and is useful when an external database of responder locations
        is not available&lt;/p&gt;

        &lt;p&gt;If isLciSubelementValid() returns true, all the LCI values provided by the corresponding
        getter methods will have been set as described by the responder, or else if false, they
        should not be used and will throw an IllegalStateException.&lt;/p&gt;
Attributes

Remarks

Java documentation for android.net.wifi.rtt.ResponderLocation.isLciSubelementValid().

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