| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
GPSCoordinates |
GPSCoordinates.clone() |
GPSCoordinates |
GPSPointDimension.getCoordinates()
The GPS coordinates to measure distance from.
|
GPSCoordinates |
GPSCoordinates.withLatitude(Double latitude)
The latitude coordinate of the location.
|
GPSCoordinates |
GPSCoordinates.withLongitude(Double longitude)
The longitude coordinate of the location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPSPointDimension.setCoordinates(GPSCoordinates coordinates)
The GPS coordinates to measure distance from.
|
GPSPointDimension |
GPSPointDimension.withCoordinates(GPSCoordinates coordinates)
The GPS coordinates to measure distance from.
|
Copyright © 2023. All rights reserved.