| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.GPSPointDimension
Description
Documentation
data GPSPointDimension Source #
Specifies GPS-based criteria for including or excluding endpoints from a segment.
See: newGPSPointDimension smart constructor.
Constructors
| GPSPointDimension' | |
Fields
| |
Instances
Create a value of GPSPointDimension with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rangeInKilometers:GPSPointDimension', gPSPointDimension_rangeInKilometers - The range, in kilometers, from the GPS coordinates.
$sel:coordinates:GPSPointDimension', gPSPointDimension_coordinates - The GPS coordinates to measure distance from.
gPSPointDimension_rangeInKilometers :: Lens' GPSPointDimension (Maybe Double) Source #
The range, in kilometers, from the GPS coordinates.
gPSPointDimension_coordinates :: Lens' GPSPointDimension GPSCoordinates Source #
The GPS coordinates to measure distance from.