Interface PlaceGeometry.Builder

  • Method Details

    • 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.