GnssStatus.GetConstellationType(Int32) 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.
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.