Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Промежуточные путевые точки — это неконечные путевые точки, составляющие маршрут. Вы настраиваете их, используя поле запроса intermediates . По умолчанию промежуточные точки используются для остановки, посадки и высадки, но вы можете указать, что промежуточная точка предназначена только для проезда.
Настройка транзитной путевой точки
Вы можете настроить промежуточную точку как транзитную, задав поле via .
Пример
В следующем примере показано, как пометить промежуточную точку как транзитную.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-04-24 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"]]