GnssStatus.GetConstellationType(Int32) Method

Definition

Retrieves the constellation type of the satellite at the specified index.

[Android.Runtime.Register("getConstellationType", "(I)I", "", ApiSince=24)]
public Android.Locations.GnssConstellationType GetConstellationType (int satelliteIndex);
[<Android.Runtime.Register("getConstellationType", "(I)I", "", ApiSince=24)>]
member this.GetConstellationType : int -> Android.Locations.GnssConstellationType

Parameters

satelliteIndex
Int32

An index from zero to #getSatelliteCount() - 1

Returns

Attributes

Remarks

Retrieves the constellation type of the satellite at the specified index.

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