Interface PlaceGeometry.Builder

    • Method Detail

      • point

        PlaceGeometry.Builder point​(Collection<Double> point)

        A single point geometry specifies a location for a Place using WGS 84 coordinates:

        • x — Specifies the x coordinate or longitude.

        • y — Specifies the y coordinate or latitude.

        Parameters:
        point - A single point geometry specifies a location for a Place using WGS 84 coordinates:

        • x — Specifies the x coordinate or longitude.

        • y — Specifies the y coordinate or latitude.

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

        PlaceGeometry.Builder point​(Double... point)

        A single point geometry specifies a location for a Place using WGS 84 coordinates:

        • x — Specifies the x coordinate or longitude.

        • y — Specifies the y coordinate or latitude.

        Parameters:
        point - A single point geometry specifies a location for a Place using WGS 84 coordinates:

        • x — Specifies the x coordinate or longitude.

        • y — Specifies the y coordinate or latitude.

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