public static interface IpGeoLocation.Builder extends SdkPojo, CopyableBuilder<IpGeoLocation.Builder,IpGeoLocation>
| Modifier and Type | Method and Description |
|---|---|
IpGeoLocation.Builder |
lat(Double lat)
The latitude coordinate of the location, rounded to four decimal places.
|
IpGeoLocation.Builder |
lon(Double lon)
The longitude coordinate of the location, rounded to four decimal places.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpGeoLocation.Builder lat(Double lat)
The latitude coordinate of the location, rounded to four decimal places.
lat - The latitude coordinate of the location, rounded to four decimal places.IpGeoLocation.Builder lon(Double lon)
The longitude coordinate of the location, rounded to four decimal places.
lon - The longitude coordinate of the location, rounded to four decimal places.Copyright © 2022. All rights reserved.