संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
जब लोग अपने फ़ोन या टैबलेट पर TalkBack की सुलभता सुविधा चालू करते हैं, तो स्क्रीन पर एक बार स्वाइप करने पर, फ़ोकस एक यूज़र इंटरफ़ेस (यूआई) एलिमेंट से दूसरे पर चला जाता है. (एक बार स्वाइप करने के बजाय, यूज़र इंटरफ़ेस (यूआई) एलिमेंट को एक्सप्लोर करने के लिए, इंटरफ़ेस पर उंगली को खींचें.) जब किसी यूज़र इंटरफ़ेस (यूआई) एलिमेंट पर फ़ोकस किया जाता है, तब TalkBack उस एलिमेंट का नाम पढ़कर सुनाता है. अगर उपयोगकर्ता स्क्रीन पर कहीं भी दो बार टैप करता है, तो फ़ोकस किए गए ऐक्शन को पूरा किया जाता है.
अपने Android ऐप्लिकेशन की सुलभता को बेहतर बनाने के बारे में दिशा-निर्देश पाने के लिए, Android सुलभता से जुड़े दस्तावेज़ देखें. खास तौर पर, मैप के बारे में बताने वाली सूचना जोड़ना एक अच्छा तरीका है. सूचना के टेक्स्ट के बारे में बताने के लिए, व्यू पर setContentDescription() को कॉल करें.
[[["समझने में आसान है","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-08-10 (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"]]