Interface IpGeoLocation.Builder

    • Method Detail

      • lat

        IpGeoLocation.Builder lat​(Double lat)

        The latitude coordinate of the location, rounded to four decimal places.

        Parameters:
        lat - The latitude coordinate of the location, rounded to four decimal places.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lon

        IpGeoLocation.Builder lon​(Double lon)

        The longitude coordinate of the location, rounded to four decimal places.

        Parameters:
        lon - The longitude coordinate of the location, rounded to four decimal places.
        Returns:
        Returns a reference to this object so that method calls can be chained together.