با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
وقتی کاربران قابلیت دسترسی TalkBack را در دستگاههای تلفن همراه خود فعال میکنند، هر بار تند کشیدن روی صفحه، تمرکز را از یک عنصر رابط کاربری به عنصر دیگر منتقل میکند. (یک جایگزین برای کشیدن تکی، کاوش عناصر رابط کاربری با کشیدن انگشت روی رابط است.) هنگامی که یک عنصر رابط کاربری متمرکز می شود، TalkBack نام عنصر را می خواند. اگر کاربر در هر نقطه از صفحه دو بار ضربه بزند، عمل متمرکز انجام می شود.
برای راهنمایی در مورد افزایش دسترسی به برنامه Android خود، به مستندات دسترسپذیری Android مراجعه کنید. مخصوصاً، افزودن اعلامیه ای که نقشه را توصیف می کند، تمرین خوبی است. برای مشخص کردن متن اعلامیه، setContentDescription() را در view فراخوانی کنید.
تاریخ آخرین بهروزرسانی 2025-06-28 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-06-28 بهوقت ساعت هماهنگ جهانی."],[[["The Maps SDK for Android has built-in accessibility features automatically enabled for applications using the API."],["TalkBack allows users to navigate the map interface by swiping or dragging a finger, announcing UI elements as they come into focus, and performing actions with a double-tap."],["Developers should consider adding a map description announcement using `setContentDescription()` for improved accessibility."],["Further accessibility guidance can be found in the Android accessibility documentation."]]],["The Maps SDK for Android offers built-in accessibility features. When TalkBack is enabled, single swipes or dragging moves focus between UI elements, with TalkBack announcing the focused element's name. A double-tap performs the action associated with the focused element. Developers can enhance accessibility by adding a map description via `setContentDescription()`, as per the Android accessibility documentation.\n"]]