Interface Circle.Builder

    • Method Detail

      • center

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

        Center of the Circle defined in longitude and latitude coordinates.

        Example: [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

        Parameters:
        center - Center of the Circle defined in longitude and latitude coordinates.

        Example: [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • center

        Circle.Builder center​(Double... center)

        Center of the Circle defined in longitude and latitude coordinates.

        Example: [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

        Parameters:
        center - Center of the Circle defined in longitude and latitude coordinates.

        Example: [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • radius

        Circle.Builder radius​(Double radius)

        Radius of the Circle.

        Unit: meters

        Parameters:
        radius - Radius of the Circle.

        Unit: meters

        Returns:
        Returns a reference to this object so that method calls can be chained together.