GnssMeasurementsEvent.Builder Constructors
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.
Overloads
GnssMeasurementsEvent.Builder() |
Constructs a |
GnssMeasurementsEvent.Builder(GnssMeasurementsEvent) |
Constructs a |
GnssMeasurementsEvent.Builder()
Constructs a GnssMeasurementsEvent.Builder
instance.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=33)]
public Builder ();
- Attributes
Remarks
Constructs a GnssMeasurementsEvent.Builder
instance.
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
GnssMeasurementsEvent.Builder(GnssMeasurementsEvent)
Constructs a GnssMeasurementsEvent.Builder
instance by copying a
GnssMeasurementsEvent
.
[Android.Runtime.Register(".ctor", "(Landroid/location/GnssMeasurementsEvent;)V", "", ApiSince=33)]
public Builder (Android.Locations.GnssMeasurementsEvent e);
[<Android.Runtime.Register(".ctor", "(Landroid/location/GnssMeasurementsEvent;)V", "", ApiSince=33)>]
new Android.Locations.GnssMeasurementsEvent.Builder : Android.Locations.GnssMeasurementsEvent -> Android.Locations.GnssMeasurementsEvent.Builder
Parameters
- Attributes
Remarks
Constructs a GnssMeasurementsEvent.Builder
instance by copying a GnssMeasurementsEvent
.
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.