GnssAntennaInfo.Builder.SetPhaseCenterOffset 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.
Set antenna phase center offset.
[Android.Runtime.Register("setPhaseCenterOffset", "(Landroid/location/GnssAntennaInfo$PhaseCenterOffset;)Landroid/location/GnssAntennaInfo$Builder;", "GetSetPhaseCenterOffset_Landroid_location_GnssAntennaInfo_PhaseCenterOffset_Handler", ApiSince=30)]
public virtual Android.Locations.GnssAntennaInfo.Builder SetPhaseCenterOffset(Android.Locations.GnssAntennaInfo.PhaseCenterOffset phaseCenterOffset);
[<Android.Runtime.Register("setPhaseCenterOffset", "(Landroid/location/GnssAntennaInfo$PhaseCenterOffset;)Landroid/location/GnssAntennaInfo$Builder;", "GetSetPhaseCenterOffset_Landroid_location_GnssAntennaInfo_PhaseCenterOffset_Handler", ApiSince=30)>]
abstract member SetPhaseCenterOffset : Android.Locations.GnssAntennaInfo.PhaseCenterOffset -> Android.Locations.GnssAntennaInfo.Builder
override this.SetPhaseCenterOffset : Android.Locations.GnssAntennaInfo.PhaseCenterOffset -> Android.Locations.GnssAntennaInfo.Builder
Parameters
- phaseCenterOffset
- GnssAntennaInfo.PhaseCenterOffset
phase center offset object. This value cannot be null.
Returns
Builder builder object. This value cannot be null.
- Attributes
Remarks
Set antenna phase center offset.
Android reference for android.location.GnssAntennaInfo.Builder.setPhaseCenterOffset.
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.