Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This documentation details navigation maneuver types, ranging from basic turns (left, right, slight, sharp) to more complex actions like taking ramps, merges, and roundabouts.
Each maneuver is represented by a specific enum value that can be used for navigation instructions.
Maneuvers cater to various scenarios including u-turns, forks in the road, ferry travel, and street name changes.
Enums like DEPART and NAME_CHANGE signal specific events within a navigation route, beyond just directional movement.
MANEUVER_UNSPECIFIED is reserved and should not be actively utilized in navigation instructions.
A set of values that specify the navigation action to take for the current step (for example, turn left, merge, or straight).
[[["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-08-27 UTC."],[],["Navigation actions are specified through enumerated values. These actions include turning slightly, sharply, or making U-turns to the left or right. Other actions are going straight, merging, taking ramps, or navigating forks. Special actions are available, such as taking a ferry or a train onto a ferry, or indicating a street name change. Roundabout turns are also specified for left and right directions and `MANEUVER_UNSPECIFIED` is reserved. `DEPART` indicates the initial action.\n"]]