Routes Preferred API 目前仅适用于部分客户。如需了解详情,请
与销售人员联系。
Maneuver
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
一组值,用于指定要在当前路段中执行的导航操作(例如左转、合并或笔直)。
枚举 |
MANEUVER_UNSPECIFIED |
未使用。 |
TURN_SLIGHT_LEFT |
稍微向左转。 |
TURN_SHARP_LEFT |
向左急转。 |
UTURN_LEFT |
左转 U 形调头。 |
TURN_LEFT |
左转。 |
TURN_SLIGHT_RIGHT |
稍微向右转。 |
TURN_SHARP_RIGHT |
向右急转。 |
UTURN_RIGHT |
右转 U 形调头。 |
TURN_RIGHT |
右转。 |
STRAIGHT |
直走。 |
RAMP_LEFT |
走左侧坡道。 |
RAMP_RIGHT |
朝右侧坡道行驶。 |
MERGE |
合并到车流中。 |
FORK_LEFT |
向左转。 |
FORK_RIGHT |
向右转弯。 |
FERRY |
乘轮渡。 |
FERRY_TRAIN |
搭乘前往渡轮的火车。 |
ROUNDABOUT_LEFT |
在圆形交叉路口左转。 |
ROUNDABOUT_RIGHT |
在圆形交叉路口右转。 |
DEPART |
初始机动。 |
NAME_CHANGE |
用于表示街道名称更改。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[[["\u003cp\u003eThis documentation details navigation maneuver types, ranging from basic turns (left, right, slight, sharp) to more complex actions like taking ramps, merges, and roundabouts.\u003c/p\u003e\n"],["\u003cp\u003eEach maneuver is represented by a specific enum value that can be used for navigation instructions.\u003c/p\u003e\n"],["\u003cp\u003eManeuvers cater to various scenarios including u-turns, forks in the road, ferry travel, and street name changes.\u003c/p\u003e\n"],["\u003cp\u003eEnums like \u003ccode\u003eDEPART\u003c/code\u003e and \u003ccode\u003eNAME_CHANGE\u003c/code\u003e signal specific events within a navigation route, beyond just directional movement.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMANEUVER_UNSPECIFIED\u003c/code\u003e is reserved and should not be actively utilized in navigation instructions.\u003c/p\u003e\n"]]],["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"],null,["# Maneuver\n\nA set of values that specify the navigation action to take for the current step (for example, turn left, merge, or straight).\n\n| Enums ||\n|------------------------|----------------------------------------|\n| `MANEUVER_UNSPECIFIED` | Not used. |\n| `TURN_SLIGHT_LEFT` | Turn slightly to the left. |\n| `TURN_SHARP_LEFT` | Turn sharply to the left. |\n| `UTURN_LEFT` | Make a left u-turn. |\n| `TURN_LEFT` | Turn left. |\n| `TURN_SLIGHT_RIGHT` | Turn slightly to the right. |\n| `TURN_SHARP_RIGHT` | Turn sharply to the right. |\n| `UTURN_RIGHT` | Make a right u-turn. |\n| `TURN_RIGHT` | Turn right. |\n| `STRAIGHT` | Go straight. |\n| `RAMP_LEFT` | Take the left ramp. |\n| `RAMP_RIGHT` | Take the right ramp. |\n| `MERGE` | Merge into traffic. |\n| `FORK_LEFT` | Take the left fork. |\n| `FORK_RIGHT` | Take the right fork. |\n| `FERRY` | Take the ferry. |\n| `FERRY_TRAIN` | Take the train leading onto the ferry. |\n| `ROUNDABOUT_LEFT` | Turn left at the roundabout. |\n| `ROUNDABOUT_RIGHT` | Turn right at the roundabout. |\n| `DEPART` | Initial maneuver. |\n| `NAME_CHANGE` | Used to indicate a street name change. |"]]