Interface Location.Builder

    • Method Detail

      • address

        Location.Builder address​(String address)

        The physical address.

        Parameters:
        address - The physical address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latitude

        Location.Builder latitude​(String latitude)

        The latitude.

        Parameters:
        latitude - The latitude.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • longitude

        Location.Builder longitude​(String longitude)

        The longitude.

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