Interface Accuracy.Builder

    • Method Detail

      • 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.