GeoCoordinates
ข้อมูลทางภูมิศาสตร์ของสถานที่ ซึ่งรวมถึงละติจูด ลองจิจูด และที่อยู่
การแสดง JSON |
{
"latitude": number,
"longitude": number,
// Union field addresses can be only one of the following:
"address": {
object (PostalAddress )
},
"unstructuredAddress": string
// End of list of possible types for union field addresses .
} |
ช่อง |
latitude |
number
ละติจูด หน่วยเป็นองศา (ไม่บังคับ)
|
longitude |
number
ลองจิจูดเป็นองศา (ไม่บังคับ)
|
ฟิลด์สหภาพ addresses ที่อยู่ของสถานที่ตั้งอาจเป็นแบบมีโครงสร้างหรือไม่มีโครงสร้าง addresses ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น |
address |
object (PostalAddress )
ที่อยู่ทางไปรษณีย์ของสถานที่ตั้ง (แนะนำ)
|
unstructuredAddress |
string
อาจมีที่อยู่ที่ไม่มีโครงสร้างไว้เป็นที่อยู่สำรองก็ได้ เช่น "1600 แอมฟิเธียเตอร์ พาร์คเวย์ เมาน์เทนวิว แคลิฟอร์เนีย 94043"
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-18 UTC
[null,null,["อัปเดตล่าสุด 2024-10-18 UTC"],[[["The Geo data of a location includes latitude, longitude, and address, represented in JSON format."],["Address can be provided in a structured format using `address` field (PostalAddress object) or an unstructured format using `unstructuredAddress` field (string)."],["Latitude and longitude are represented as numbers in degrees and are optional fields within the Geo data."]]],[]]