RouteMatrixBoundaryGeometry
Geometry of the routing boundary.
Contents
- AutoCircle
-
AutoCirclerequests the route matrix service to define aCircleboundary that best attempts to include most waypoints (OriginsandDestinations) using theAutoCirclesettings. Any waypoints outside of the auto-definedCircleboundary will be considered out of the routing boundary, which results in a route matrix entry error.AutoCircleis only used in the request to configure aCirclefor the route calculation. The derivedCirclewill also be provided in the response.Type: RouteMatrixAutoCircle object
Required: No
- 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.
Diagonal distance of the bounding box must be less than or equal to 400,000 meters.
Type: Array of doubles
Array Members: Fixed number of 4 items.
Required: No
- Circle
-
Geometry defined as a circle. The circle defines the routing boundary area. Any waypoints outside the circle will result in a route matrix entry error.
You can specify a
Circledirectly in the request, or it will be auto-derived whenAutoCircleis used. WhenAutoCircleis set in the request, the response routing boundary will returnCirclederived from theAutoCirclesettings.Type: Circle object
Required: No
- Polygon
-
Geometry defined as a polygon with only one linear ring. A linear ring is a closed sequence of four or more coordinates. The first and last coordinates are the same, forming a closed boundary. Each coordinate is a position in [longitude, latitude] format.
The structure is an array of linear rings (only 1 allowed). Each linear ring is an array of coordinates (minimum 4), and each coordinate is an array of two doubles [longitude, latitude].
Maximum distance between any two vertices must be less than or equal to 400,000 meters.
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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: