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):2024-11-05。
[null,null,["最后更新时间 (UTC):2024-11-05。"],[[["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."]]],["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"]]