Share via


GnssStatus.GetElevationDegrees(Int32) Method

Definition

Retrieves the elevation of the satellite at the specified index.

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

Parameters

satelliteIndex
Int32

An index from zero to #getSatelliteCount() - 1

Returns

Attributes

Remarks

Retrieves the elevation of the satellite at the specified index.

Java documentation for android.location.GnssStatus.getElevationDegrees(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