OrderLocationType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
UNKNOWN |
未知位置。 |
DELIVERY |
送货地点。 |
BUSINESS |
营业地点。 |
ORIGIN |
出发地。 |
DESTINATION |
目标位置。 |
PICK_UP |
取货地点。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003eLocation can be specified as delivery, business, origin, destination, or pick-up.\u003c/p\u003e\n"],["\u003cp\u003eAn unknown location is represented by the \u003ccode\u003eUNKNOWN\u003c/code\u003e enum.\u003c/p\u003e\n"]]],["The provided content defines the possible values for a location, categorized as enums. These include `UNKNOWN` for unspecified locations, `DELIVERY` for delivery points, `BUSINESS` for business sites, `ORIGIN` for starting points, `DESTINATION` for ending points, and `PICK_UP` for collection points. These enums provide specific classifications for identifying different types of locations in a given context.\n"],null,["# OrderLocationType\n\nPossible values of location.\n\n| Enums ||\n|---------------|-----------------------|\n| `UNKNOWN` | Unknown location. |\n| `DELIVERY` | Delivery location. |\n| `BUSINESS` | Business location. |\n| `ORIGIN` | Origin location. |\n| `DESTINATION` | Destination location. |\n| `PICK_UP` | Pick up location. |"]]