GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::LocationService::CalculateRouteResponse(3) User Contributed Perl Documentation Paws::LocationService::CalculateRouteResponse(3)

Paws::LocationService::CalculateRouteResponse

REQUIRED Legs => ArrayRef[Paws::LocationService::Leg]

Contains details about each path between a pair of positions included along a route such as: "StartPosition", "EndPosition", "Distance", "DurationSeconds", "Geometry", and "Steps". The number of legs returned corresponds to one less than the total number of positions in the request.

For example, a route with a departure position and destination position returns one leg with the positions snapped to a nearby road (https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#snap-to-nearby-road):

  • The "StartPosition" is the departure position.
  • The "EndPosition" is the destination position.

A route with a waypoint between the departure and destination position returns two legs with the positions snapped to a nearby road.:

  • Leg 1: The "StartPosition" is the departure position . The "EndPosition" is the waypoint positon.
  • Leg 2: The "StartPosition" is the waypoint position. The "EndPosition" is the destination position.

REQUIRED Summary => Paws::LocationService::CalculateRouteSummary

Contains information about the whole route, such as: "RouteBBox", "DataSource", "Distance", "DistanceUnit", and "DurationSeconds"

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.