New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see New map style for Google Maps Platform.
Stay organized with collections
Save and categorize content based on your preferences.
The Maps SDK for Android includes built-in support for accessibility.
This section contains a high-level summary of the accessibility features that
are automatically enabled for any application using the API.
When users enable the TalkBack accessibility feature on their mobile devices,
each single swipe across the screen moves the focus from one UI element to the
next. (An alternative to single swiping is to explore UI elements by dragging a
finger over the interface.) As a UI element comes into focus, TalkBack reads out
the name of the element. If the user double-taps anywhere on the screen, the
focused action is performed.
For guidance on enhancing the accessibility of your Android app, refer to the
Android accessibility documentation. In particular, it's good
practice to add an announcement describing the map. To specify the text of the
announcement, call setContentDescription() on the view.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-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."]]],[]]