Stay organized with collections
Save and categorize content based on your preferences.
Intermediate waypoints are the non-terminal waypoints that make up a route. You
configure them using the intermediates request field. By default, intermediate
waypoints are used for stopping to pickup and drop-off, but you can specify that
an intermediate waypoint is meant just for passing through.
Configuring a pass-through waypoint
You can configure an intermediate waypoint to be a pass-through waypoint by
setting the
via
field.
Example
The following example demonstrates how to mark an intermediate waypoint as a
pass-through waypoint.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Intermediate waypoints are used for pick-up/drop-off by default, but can be configured as pass-through points using the `intermediates` request field."],["A pass-through waypoint is set by defining the `via` field as `true` within the waypoint's configuration."],["Routes containing an origin, pass-through waypoint, and destination will only have one leg, connecting the origin and destination while passing through the intermediate point."]]],["Intermediate waypoints are configurable route points using the `intermediates` field. They can be designated as stops for pickup/drop-off or as pass-through points. To configure a pass-through waypoint, set the `via` field to `true`. A route with a pass-through waypoint includes only one route leg connecting the origin to the destination. The `location` field is required with the lat/lng values for the waypoint.\n"]]