Routes Preferred API는 현재 일부 고객만 이용할 수 있습니다. 자세한 내용은
영업팀에 문의하세요.
Maneuver
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
현재 단계에서 실행할 탐색 작업 (예: 좌회전, 병합 또는 직선)을 지정하는 값의 집합입니다.
열거형 |
MANEUVER_UNSPECIFIED |
사용되지 않음. |
TURN_SLIGHT_LEFT |
왼쪽으로 살짝 돌립니다. |
TURN_SHARP_LEFT |
급히 왼쪽으로 돌립니다. |
UTURN_LEFT |
좌회전해서 유턴합니다. |
TURN_LEFT |
좌회전하세요. |
TURN_SLIGHT_RIGHT |
오른쪽으로 살짝 돌립니다. |
TURN_SHARP_RIGHT |
급히 오른쪽으로 돌립니다. |
UTURN_RIGHT |
오른쪽 유턴입니다. |
TURN_RIGHT |
오른쪽으로 돌아가세요. |
STRAIGHT |
직진하세요. |
RAMP_LEFT |
왼쪽 램프를 이용합니다. |
RAMP_RIGHT |
오른쪽 램프를 이용합니다. |
MERGE |
교통 흐름에 합류합니다. |
FORK_LEFT |
왼쪽 포크를 타세요. |
FORK_RIGHT |
오른쪽 갈래를 선택합니다. |
FERRY |
페리를 타세요. |
FERRY_TRAIN |
페리로 연결되는 기차를 타세요. |
ROUNDABOUT_LEFT |
로터리에서 좌회전하세요. |
ROUNDABOUT_RIGHT |
로터리에서 우회전하세요. |
DEPART |
초기 작전 |
NAME_CHANGE |
거리 이름 변경을 나타내는 데 사용됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-31(UTC)
[[["이해하기 쉬움","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-08-31(UTC)"],[[["\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. |"]]