Address
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
فیلدها |
---|
formattedAddress | object ( FormattedAddress ) آدرسی کامل و قابل خواندن برای انسان برای این مکان. |
addressComponents[] | object ( AddressComponent ) لیستی از اجزای آدرس |
Address Component
یک جزء آدرس که بخشی از آدرس را توصیف می کند.
نمایندگی JSON |
---|
{
"componentText": string,
"componentTextShortForm": string,
"types": [
string
]
} |
فیلدها |
---|
componentText | string نام این جزء که بخشی از آدرس را توصیف می کند. به عنوان مثال می توان به "کالیفرنیا"، "Amphitheatre Parkway" اشاره کرد. |
componentTextShortForm | string فرم کوتاه متن جزء. مثالها عبارتند از «CA» برای «کالیفرنیا» و «US» برای «ایالات متحده». |
types[] | string انواع این مؤلفه که بخشی از آدرس را توصیف می کند. برای لیستی از انواع پشتیبانی شده، به https://developers.google.com/places/web-service/supported_types#table2 مراجعه کنید |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-29 بهوقت ساعت هماهنگ جهانی."],[[["Addresses are structured with a human-readable format and individual address components."],["The `formattedAddress` field provides a complete, human-readable address."],["Address components are broken down into `componentText`, a potentially shorter `componentTextShortForm`, and address `types`."],["Developers can access detailed information about address component types through provided documentation."]]],[]]