Interface AccessPoint.Builder

    • Method Detail

      • position

        AccessPoint.Builder position​(Collection<Double> position)

        The position, in longitude and latitude.

        Parameters:
        position - The position, in longitude and 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 longitude and latitude.

        Parameters:
        position - The position, in longitude and latitude.
        Returns:
        Returns a reference to this object so that method calls can be chained together.