Lines Matching refs:GnssReflectingPlane
57 method @NonNull public android.location.GnssReflectingPlane getReflectingPlane();
75 …tion.GnssExcessPathInfo.Builder setReflectingPlane(@Nullable android.location.GnssReflectingPlane);
125 public final class GnssReflectingPlane implements android.os.Parcelable {
132 …field public static final android.os.Parcelable.Creator<android.location.GnssReflectingPlane> CREA…
135 public static final class GnssReflectingPlane.Builder {
136 ctor public GnssReflectingPlane.Builder();
137 method @NonNull public android.location.GnssReflectingPlane build();
138 …method @NonNull public android.location.GnssReflectingPlane.Builder setAltitudeMeters(@FloatRange(…
139 …method @NonNull public android.location.GnssReflectingPlane.Builder setAzimuthDegrees(@FloatRange(…
140 …method @NonNull public android.location.GnssReflectingPlane.Builder setLatitudeDegrees(@FloatRange…
141 …method @NonNull public android.location.GnssReflectingPlane.Builder setLongitudeDegrees(@FloatRang…
167 method @Deprecated @Nullable public android.location.GnssReflectingPlane getReflectingPlane();
192 …GnssSingleSatCorrection.Builder setReflectingPlane(@Nullable android.location.GnssReflectingPlane);