GnssSignalType.Create(GnssConstellationType, Double, String) メソッド

定義

パラメーターの GnssSignalType 完全な一覧を含む を作成します。

[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

パラメーター

constellationType
GnssConstellationType

で定義されている星座の型 GnssStatus.ConstellationType

carrierFrequencyHz
Double

キャリア周波数 (Hz)

codeType
String

で定義されているコードの種類 GnssMeasurement#getCodeType()

戻り値

属性

注釈

パラメーターの GnssSignalType 完全な一覧を含む を作成します。

android.location.GnssSignalType.create(int, double, java.lang.String)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象