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, sdkFieldscopyapplyMutation, buildGeoLocation.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.Copyright © 2022. All rights reserved.