LocationManager.GnssAntennaInfos Property

Definition

Returns the current list of GNSS antenna infos, or null if unknown or unsupported.

public virtual System.Collections.Generic.IList<Android.Locations.GnssAntennaInfo>? GnssAntennaInfos { [Android.Runtime.Register("getGnssAntennaInfos", "()Ljava/util/List;", "GetGetGnssAntennaInfosHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getGnssAntennaInfos", "()Ljava/util/List;", "GetGetGnssAntennaInfosHandler", ApiSince=31)>]
member this.GnssAntennaInfos : System.Collections.Generic.IList<Android.Locations.GnssAntennaInfo>

Property Value

Attributes

Remarks

Returns the current list of GNSS antenna infos, or null if unknown or unsupported.

Java documentation for android.location.LocationManager.getGnssAntennaInfos().

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