OrderLocationType
Possible values of location.
Enums |
UNKNOWN |
Unknown location. |
DELIVERY |
Delivery location. |
BUSINESS |
Business location. |
ORIGIN |
Origin location. |
DESTINATION |
Destination location. |
PICK_UP |
Pick up location. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Location can be specified as delivery, business, origin, destination, or pick-up."],["An unknown location is represented by the `UNKNOWN` enum."]]],["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"]]