Interface FilterCircle.Builder

    • Method Detail

      • center

        FilterCircle.Builder center​(Collection<Double> center)

        The center position, in longitude and latitude, of the FilterCircle.

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

        FilterCircle.Builder center​(Double... center)

        The center position, in longitude and latitude, of the FilterCircle.

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

        FilterCircle.Builder radius​(Long radius)

        The radius, in meters, of the FilterCircle.

        Parameters:
        radius - The radius, in meters, of the FilterCircle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.