Interface GeoLocation.Builder

    • Method Detail

      • lon

        GeoLocation.Builder lon​(Double lon)

        The longitude of the location.

        Parameters:
        lon - The longitude of the location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lat

        GeoLocation.Builder lat​(Double lat)

        The latitude of the location.

        Parameters:
        lat - The latitude of the location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.