Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Khi người dùng bật tính năng hỗ trợ tiếp cận TalkBack trên thiết bị di động, mỗi lần vuốt trên màn hình sẽ di chuyển tiêu điểm từ một thành phần trên giao diện người dùng sang thành phần tiếp theo. (Một cách thay thế cho thao tác vuốt một lần là khám phá các thành phần trên giao diện người dùng bằng cách kéo ngón tay qua giao diện.) Khi một phần tử trên giao diện người dùng được lấy làm tiêu điểm, TalkBack sẽ đọc tên của phần tử đó. Nếu người dùng nhấn đúp vào vị trí bất kỳ trên màn hình, thao tác được lấy làm tâm điểm sẽ được thực hiện.
Để biết hướng dẫn về cách tăng cường khả năng hỗ trợ tiếp cận cho ứng dụng Android, hãy tham khảo tài liệu về khả năng hỗ trợ tiếp cận của Android. Cụ thể, bạn nên thêm thông báo mô tả bản đồ. Để chỉ định văn bản của thông báo, hãy gọi setContentDescription() trên thành phần hiển thị.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-06-29 UTC."],[[["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"]]