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, sdkFields
copy
applyMutation, build
GPSCoordinates.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 © 2019. All rights reserved.