Interface GeoLocation.Builder

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

public static interface GeoLocation.Builder extends SdkPojo, CopyableBuilder<GeoLocation.Builder,GeoLocation>
  • Method Details

    • 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

      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.