Interface GetPlaceResponse.Builder

  • Method Details

    • place

      Details about the result, such as its address and position.

      Parameters:
      place - Details about the result, such as its address and position.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • place

      Details about the result, such as its address and position.

      This is a convenience method that creates an instance of the Place.Builder avoiding the need to create one manually via Place.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to place(Place).

      Parameters:
      place - a consumer that will call methods on Place.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: