IsolineAvoidanceAreaGeometry - Amazon Location Service

IsolineAvoidanceAreaGeometry

The avoidance geometry, to be included while calculating an isoline.

Contents

BoundingBox

Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner.

Type: Array of doubles

Array Members: Fixed number of 4 items.

Required: No

Corridor

Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.

Type: Corridor object

Required: No

Polygon

A list of Polygon will be excluded for calculating isolines, the list can only contain 1 polygon.

Type: Array of arrays of arrays of doubles

Array Members: Fixed number of 1 item.

Array Members: Minimum number of 4 items.

Array Members: Fixed number of 2 items.

Required: No

PolylineCorridor

Geometry defined as an encoded corridor – a polyline with a radius that defines the width of the corridor. For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

Type: PolylineCorridor object

Required: No

PolylinePolygon

A list of PolylinePolygon's that are excluded for calculating isolines, the list can only contain 1 polygon. For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

Type: Array of strings

Array Members: Fixed number of 1 item.

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: