Isoline
Represents a single reachable area calculated for a specific threshold.
Contents
- Connections
-
Lines connecting separate parts of the reachable area that can be reached within the same threshold. These occur when areas are reachable but not contiguous, such as when separated by water or unroutable areas. When present, these lines represent actual transportation network segments (such as ferry routes or bridges) that connect the separated areas.
Type: Array of IsolineConnection objects
Required: Yes
- Geometries
-
The shapes that define the reachable area, provided in the requested geometry format.
Type: Array of IsolineShapeGeometry objects
Required: Yes
- DistanceThreshold
-
The travel distance in meters used to calculate this isoline, if distance-based thresholds were specified in the request.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
- TimeThreshold
-
The travel time in seconds used to calculate this isoline, if time-based thresholds were specified in the request.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: