Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data GPSPointDimension Source #
Specifies GPS-based criteria for including or excluding endpoints from a segment.
See: newGPSPointDimension
smart constructor.
GPSPointDimension' | |
|
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.