Share via


GnssSignalType.Create(GnssConstellationType, Double, String) Method

Definition

Creates a GnssSignalType with a full list of parameters.

[Android.Runtime.Register("create", "(IDLjava/lang/String;)Landroid/location/GnssSignalType;", "", ApiSince=34)]
public static Android.Locations.GnssSignalType Create (Android.Locations.GnssConstellationType constellationType, double carrierFrequencyHz, string codeType);
[<Android.Runtime.Register("create", "(IDLjava/lang/String;)Landroid/location/GnssSignalType;", "", ApiSince=34)>]
static member Create : Android.Locations.GnssConstellationType * double * string -> Android.Locations.GnssSignalType

Parameters

constellationType
GnssConstellationType

the constellation type as defined in GnssStatus.ConstellationType

carrierFrequencyHz
Double

the carrier frequency in Hz

codeType
String

the code type as defined in GnssMeasurement#getCodeType()

Returns

Attributes

Remarks

Creates a GnssSignalType with a full list of parameters.

Java documentation for android.location.GnssSignalType.create(int, double, java.lang.String).

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