WaypointType
Enum |
UNKNOWN_WAYPOINT_TYPE |
ประเภทจุดอ้างอิงที่ไม่รู้จักหรือไม่ได้ระบุ |
PICKUP_WAYPOINT_TYPE |
จุดอ้างอิงสำหรับการขึ้นผู้โดยสารหรือสิ่งของ |
DROP_OFF_WAYPOINT_TYPE |
จุดผ่านเข้าออกของผู้ขับขี่หรือสิ่งของ |
INTERMEDIATE_DESTINATION_WAYPOINT_TYPE |
จุดผ่านสำหรับจุดหมายระดับกลางในการเดินทางหลายจุดหมาย |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-07-24 UTC
[null,null,["อัปเดตล่าสุด 2024-07-24 UTC"],[[["Waypoints can be categorized into pickup, drop-off, intermediate destination, or unknown types."],["Each waypoint type serves a specific purpose within a trip, like picking up passengers, dropping off deliveries, or marking points along a multi-destination route."],["The `UNKNOWN_WAYPOINT_TYPE` is used when the waypoint's specific role is unspecified or yet to be determined."]]],["The core content defines different waypoint types. `UNKNOWN_WAYPOINT_TYPE` represents an undefined type. `PICKUP_WAYPOINT_TYPE` denotes locations for rider or item pickups. `DROP_OFF_WAYPOINT_TYPE` signifies drop-off locations. Lastly, `INTERMEDIATE_DESTINATION_WAYPOINT_TYPE` is for stops within trips with multiple destinations. The enums specify these distinct purposes for each waypoint.\n"]]