GnssSignalType.Create(GnssConstellationType, Double, String) 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.
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
- 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.