public static interface GeoLocation.Builder extends SdkPojo, CopyableBuilder<GeoLocation.Builder,GeoLocation>
Modifier and Type | Method and Description |
---|---|
GeoLocation.Builder |
lat(Double lat)
The latitude information of the remote IP address.
|
GeoLocation.Builder |
lon(Double lon)
The longitude information of the remote IP address.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
GeoLocation.Builder lat(Double lat)
The latitude information of the remote IP address.
lat
- The latitude information of the remote IP address.GeoLocation.Builder lon(Double lon)
The longitude information of the remote IP address.
lon
- The longitude information of the remote IP address.