Google Maps Platform に間もなく新しい基本地図のスタイルが導入されます。このアップデートでは、デフォルトのカラーパレットが新しくなり、ピンが最新になったほか、地図のエクスペリエンスとユーザビリティも改善されています。すべての地図のスタイルは、2025 年 3 月に自動的に更新されます。ご利用の詳細およびいち早く使用する方法については、
Google Maps Platform の新しい地図のスタイルをご覧ください。
ユーザー補助機能の強化
Maps SDK for Android には、ユーザー補助機能が組み込まれています。
このセクションでは、この API を使用するアプリケーションで自動的に有効になるユーザー補助機能の概要をご紹介します。
ユーザーがモバイル デバイスで TalkBack ユーザー補助機能を有効にしている場合は、画面を横にスワイプするたびに、フォーカスが 1 つの UI 要素から次の UI 要素に移ります(画面を 1 回スワイプする代わりに、インターフェースを指でドラッグしても、UI 要素のフォーカスを変更できます)。UI 要素がフォーカスされると、TalkBack でその要素の名前が読み上げられます。ユーザーが画面上の任意の場所をダブルタップすると、フォーカスされたアクションが実行されます。
Android アプリのユーザー補助機能を拡充する方法については、Android のユーザー補助に関するドキュメントを参考にしてください。特に、地図について説明する通知を追加することをおすすめします。通知のテキストを指定するには、ビューで setContentDescription()
を呼び出します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 2024-12-03 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"]]