다음을 통해 공유


ResponderLocation.ToLocation Method

Definition

[Android.Runtime.Register("toLocation", "()Landroid/location/Location;", "", ApiSince=29)]
public Android.Locations.Location ToLocation ();
[<Android.Runtime.Register("toLocation", "()Landroid/location/Location;", "", ApiSince=29)>]
member this.ToLocation : unit -> Android.Locations.Location

Returns

the LCI location represented as a Location object (best effort). <p> Only valid if #isLciSubelementValid() returns true, or will throw an exception.

Attributes

Remarks

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

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