GnssAutomaticGainControl.Builder.SetConstellationType(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.
Sets the constellation type.
[Android.Runtime.Register("setConstellationType", "(I)Landroid/location/GnssAutomaticGainControl$Builder;", "", ApiSince=33)]
public Android.Locations.GnssAutomaticGainControl.Builder SetConstellationType(int constellationType);
[<Android.Runtime.Register("setConstellationType", "(I)Landroid/location/GnssAutomaticGainControl$Builder;", "", ApiSince=33)>]
member this.SetConstellationType : int -> Android.Locations.GnssAutomaticGainControl.Builder
Parameters
- constellationType
- Int32
Value is one of the following: GnssStatus.CONSTELLATION_UNKNOWN; GnssStatus.CONSTELLATION_GPS; GnssStatus.CONSTELLATION_SBAS; GnssStatus.CONSTELLATION_GLONASS; GnssStatus.CONSTELLATION_QZSS; GnssStatus.CONSTELLATION_BEIDOU; GnssStatus.CONSTELLATION_GALILEO; GnssStatus.CONSTELLATION_IRNSS
Returns
- Attributes
Remarks
Sets the constellation type.
Android reference for android.location.GnssAutomaticGainControl.Builder.setConstellationType.
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.