Interface Accuracy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Accuracy.Builder,Accuracy>, SdkBuilder<Accuracy.Builder,Accuracy>, SdkPojo
Enclosing class:
Accuracy

@Mutable @NotThreadSafe public static interface Accuracy.Builder extends SdkPojo, CopyableBuilder<Accuracy.Builder,Accuracy>
  • Method Details

    • horizontalAccuracy

      Accuracy.Builder horizontalAccuracy(Float horizontalAccuracy)

      The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.

      Parameters:
      horizontalAccuracy - The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • verticalAccuracy

      Accuracy.Builder verticalAccuracy(Float verticalAccuracy)

      The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.

      Parameters:
      verticalAccuracy - The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.