Interface IpGeoLocation.Builder

  • Method Details

    • 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

      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.