| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
GPSPointDimension |
GPSPointDimension.clone() |
GPSPointDimension |
SegmentLocation.getGPSPoint()
The GPS location and range for the segment.
|
GPSPointDimension |
GPSPointDimension.withCoordinates(GPSCoordinates coordinates)
The GPS coordinates to measure distance from.
|
GPSPointDimension |
GPSPointDimension.withRangeInKilometers(Double rangeInKilometers)
The range, in kilometers, from the GPS coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentLocation.setGPSPoint(GPSPointDimension gPSPoint)
The GPS location and range for the segment.
|
SegmentLocation |
SegmentLocation.withGPSPoint(GPSPointDimension gPSPoint)
The GPS location and range for the segment.
|
Copyright © 2024. All rights reserved.