Interface GeoLocation.Builder

    • Method Detail

      • lat

        GeoLocation.Builder lat​(Double lat)

        The latitude information of the remote IP address.

        Parameters:
        lat - The latitude information of the remote IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lon

        GeoLocation.Builder lon​(Double lon)

        The longitude information of the remote IP address.

        Parameters:
        lon - The longitude information of the remote IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.