DlTdoaMeasurement.GetAnchorLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the anchor location, if available.
[Android.Runtime.Register("getAnchorLocation", "()Landroid/ranging/DlTdoaMeasurement$AnchorLocation;", "", ApiSince=37)]
public Android.Ranging.DlTdoaMeasurement.AnchorLocation? GetAnchorLocation();
[<Android.Runtime.Register("getAnchorLocation", "()Landroid/ranging/DlTdoaMeasurement$AnchorLocation;", "", ApiSince=37)>]
member this.GetAnchorLocation : unit -> Android.Ranging.DlTdoaMeasurement.AnchorLocation
Returns
The anchor location, or null if not available.
- Attributes
Remarks
Returns the anchor location, if available.
Android reference for android.ranging.DlTdoaMeasurement.getAnchorLocation.
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.