Interface AccessPoint.Builder

  • Method Details

    • position

      AccessPoint.Builder position(Collection<Double> position)

      The position in World Geodetic System (WGS 84) format: [longitude, latitude].

      Parameters:
      position - The position in World Geodetic System (WGS 84) format: [longitude, latitude].
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      AccessPoint.Builder position(Double... position)

      The position in World Geodetic System (WGS 84) format: [longitude, latitude].

      Parameters:
      position - The position in World Geodetic System (WGS 84) format: [longitude, latitude].
      Returns:
      Returns a reference to this object so that method calls can be chained together.