Interface IpGeoLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IpGeoLocation.Builder,IpGeoLocation>, SdkBuilder<IpGeoLocation.Builder,IpGeoLocation>, SdkPojo
Enclosing class:
IpGeoLocation

public static interface IpGeoLocation.Builder extends SdkPojo, CopyableBuilder<IpGeoLocation.Builder,IpGeoLocation>
  • 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.