IsolineConnectionGeometry
Represents the geometry of connections between non-contiguous parts of an isoline. These connections can be provided in either coordinate pairs (LineString) or encoded (Polyline) format, matching the format specified in the request.
Contents
- LineString
-
A series of
[longitude, latitude]coordinate pairs defining the connection path whenSimplegeometry format is requested. These coordinates can be directly used as the coordinates array in a GeoJSON LineString without transformation.Note
LineString and Polyline are mutually exclusive properties.
Type: Array of arrays of doubles
Array Members: Minimum number of 2 items.
Array Members: Fixed number of 2 items.
Required: No
- Polyline
-
An encoded representation of the connection path when
FlexiblePolylinegeometry format is requested. This provides a more compact representation suitable for transmission and storage. To convert to GeoJSON, first decode to obtain coordinate pairs, then use those coordinates as the coordinates array in a GeoJSON LineString.Note
LineString and Polyline are mutually exclusive properties.
Type: String
Length Constraints: Minimum length of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: