LocationInfoLog
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สถานที่ที่มีตัวระบุเพิ่มเติมใน Deliveries API
| การแสดง JSON |
{
"point": {
object (LatLng)
},
"place": string,
"pointLocationSource": enum (PointSourceLog)
} |
| ช่อง |
point |
object (LatLng)
ละติจูด/ลองจิจูดของสถานที่
|
place |
string
ชื่อทรัพยากรของสถานที่ที่แสดงถึงสถานที่นี้ รูปแบบคือ places/{place_id}
|
pointLocationSource |
enum (PointSourceLog)
แหล่งที่มาของฟิลด์ latlng point
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-31 UTC
[null,null,["อัปเดตล่าสุด 2025-08-31 UTC"],[],["The JSON representation of a location in the Deliveries API includes a `point` field. This `point` is an object containing the latitude and longitude (`LatLng`) coordinates of the location. The provided schema defines the structure for specifying a geographic location using the `LatLng` object within the `point` field. The core information is that a `location` is represented with a `point` that holds `LatLng`.\n"]]