public static interface GeoLocation.Builder extends SdkPojo, CopyableBuilder<GeoLocation.Builder,GeoLocation>
| Modifier and Type | Method and Description |
|---|---|
GeoLocation.Builder |
lat(Double lat)
The latitude of the location.
|
GeoLocation.Builder |
lon(Double lon)
The longitude of the location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeoLocation.Builder lon(Double lon)
The longitude of the location.
lon - The longitude of the location.GeoLocation.Builder lat(Double lat)
The latitude of the location.
lat - The latitude of the location.Copyright © 2023. All rights reserved.