Language

GnssMeasurementsEvent.Builder.SetMeasurements Method

Definition

Sets the collection of GnssMeasurement.

[Android.Runtime.Register("setMeasurements", "(Ljava/util/Collection;)Landroid/location/GnssMeasurementsEvent$Builder;", "", ApiSince=33)]
public Android.Locations.GnssMeasurementsEvent.Builder SetMeasurements(System.Collections.Generic.ICollection<Android.Locations.GnssMeasurement> measurements);
[<Android.Runtime.Register("setMeasurements", "(Ljava/util/Collection;)Landroid/location/GnssMeasurementsEvent$Builder;", "", ApiSince=33)>]
member this.SetMeasurements : System.Collections.Generic.ICollection<Android.Locations.GnssMeasurement> -> Android.Locations.GnssMeasurementsEvent.Builder

Parameters

Returns

Attributes

Remarks

Sets the collection of GnssMeasurement.

Android reference for android.location.GnssMeasurementsEvent.Builder.setMeasurements.

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