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