GnssStatus.GetAzimuthDegrees(Int32) Method

Definition

Retrieves the azimuth the satellite at the specified index.

[Android.Runtime.Register("getAzimuthDegrees", "(I)F", "", ApiSince=24)]
public float GetAzimuthDegrees (int satelliteIndex);
[<Android.Runtime.Register("getAzimuthDegrees", "(I)F", "", ApiSince=24)>]
member this.GetAzimuthDegrees : int -> single

Parameters

satelliteIndex
Int32

An index from zero to #getSatelliteCount() - 1

Returns

Attributes

Remarks

Retrieves the azimuth the satellite at the specified index.

Java documentation for android.location.GnssStatus.getAzimuthDegrees(int).

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