Android용 Maps SDK에는 접근성 지원 기능이 기본적으로 포함되어 있습니다.
이 섹션에는 API를 사용하는 모든 애플리케이션에서 자동으로
사용 설정되는 접근성 기능의 개괄적 요약이 포함되어 있습니다.
사용자가 휴대기기에서 Talkback 접근성 기능을 사용 설정한 경우,
화면을 한 번 스와이프할 때마다 한 UI 요소에서 다른 UI 요소로 초점이
이동합니다. (화면을 한 번 스와이프하는 대신 인터페이스 위에서 손가락으로 드래그하여 UI 요소를
탐색할 수도 있습니다.) UI 요소에 초점이 맞춰지면 Talkback 기능이
요소의 이름을 읽습니다. 사용자가 화면의 아무 곳이나 두 번 탭하면
초점이 맞춰진 작업이 실행됩니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-06-26(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"]]