pending_actions เรากำลังเลิกใช้งานเอกสารประกอบการขนส่งและโลจิสติกส์ คุณสามารถดูเอกสารฉบับอัปเดตได้ที่เว็บไซต์
Mobility Services
Address
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ช่อง |
formattedAddress |
object (FormattedAddress )
ที่อยู่แบบเต็มที่มนุษย์อ่านได้สำหรับสถานที่นี้
|
addressComponents[] |
object (AddressComponent )
รายการองค์ประกอบที่อยู่
|
AddressComponent
คอมโพเนนต์ที่อยู่ที่อธิบายส่วนหนึ่งของที่อยู่
การแสดง JSON |
{
"componentText": string,
"componentTextShortForm": string,
"types": [
string
]
} |
ช่อง |
componentText |
string
ชื่อขององค์ประกอบนี้ซึ่งอธิบายส่วนของที่อยู่ ตัวอย่างเช่น "แคลิฟอร์เนีย" "Amphitheatre Parkway"
|
componentTextShortForm |
string
ข้อความสั้นๆ ขององค์ประกอบ ตัวอย่างเช่น "CA" สำหรับ "แคลิฟอร์เนีย" และ "สหรัฐอเมริกา" สำหรับ "สหรัฐอเมริกา"
|
types[] |
string
ประเภทขององค์ประกอบนี้ซึ่งอธิบายส่วนของที่อยู่ โปรดดูรายการประเภทที่รองรับที่ https://developers.google.com/places/web-service/supported_types#table2
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-27 UTC"],[[["Addresses are represented using a JSON structure encompassing a formatted address and address components."],["`formattedAddress` provides a complete, human-readable address, while `addressComponents` breaks it down into individual parts like street, city, and country."],["Each address component includes a long and short text representation, along with its type, aiding in detailed address parsing."],["The `lines` field within the formatted address provides individual lines of the address, ensuring proper formatting and structure."]]],["The provided content details the structure of an address, broken down into JSON representations and fields. An address has a `formattedAddress` (a human-readable string with at least one line) and `addressComponents`. Each `addressComponent` includes the `componentText` (full name), `componentTextShortForm` (abbreviation), and `types` (classification of the component, see link provided for more details). All address related details are provided.\n"]]