Google Maps Platform(GMP)の地図をカスタマイズするには、いくつかの方法があります。これらのメソッドのほとんどでは、マップ ID を使用して、さまざまなマップのカスタマイズ機能にアクセスする必要があります。JSON スタイルを使用して GMP マップを手動でカスタマイズすることもできます。
マップ ID を使用して地図をカスタマイズする
マップ ID は、Google マップの 1 つのインスタンスを表す一意の識別子です。マップ ID は、JavaScript、Android、iOS、静的マップのいずれか 1 つのプラットフォームに限定されます。マップ ID はプロジェクトに関連付けられ、マップ ID を使用して、ウェブサイトやアプリケーションで機能を有効にしたり、地図を管理したり、スタイルを設定したりできます。詳細については、マップ ID の概要をご覧ください。
マップ ID とクラウドベースの地図のスタイル機能を使ってカスタマイズする
クラウドベースの地図のスタイル設定では、マップ ID と地図のスタイルを使用して、ユーザー向けにカスタマイズされた道路地図を作成します。その後、必要に応じて Cloud コンソールでスタイルを更新できます。アプリのコードを更新する必要はありません。詳細については、Cloud ベースのマップのスタイル設定をご覧ください。
JSON スタイルで地図を手動でカスタマイズする
地図を手動でカスタマイズすると、標準の地図タイプをスタイル設定できます。この場合、マップ ID は必要ありません。スタイルを更新するには、コードの更新が必要です。同じアプリで手動のマップのスタイル設定とクラウドベースのマップのスタイル設定を組み合わせることはできません。
[[["わかりやすい","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-17 UTC。"],[[["\u003cp\u003eGoogle Maps Platform offers various customization options, including using map IDs and JSON styling.\u003c/p\u003e\n"],["\u003cp\u003eMap IDs are unique identifiers for Google Maps, enabling features and styling management within projects.\u003c/p\u003e\n"],["\u003cp\u003eCloud-based maps styling, coupled with map IDs, allows for dynamic customization through the Cloud Console without code updates.\u003c/p\u003e\n"],["\u003cp\u003eManual customization using JSON styling directly modifies map appearance but necessitates code updates for any changes.\u003c/p\u003e\n"],["\u003cp\u003eYou can't combine manual JSON styling and cloud-based styling on the same map.\u003c/p\u003e\n"]]],[],null,["Select platform: [Android](/maps/documentation/android-sdk/map-ids/customize-maps-overview \"View this page for the Android platform docs.\") [iOS](/maps/documentation/ios-sdk/map-ids/customize-maps-overview \"View this page for the iOS platform docs.\") [JavaScript](/maps/documentation/javascript/map-ids/customize-maps-overview \"View this page for the JavaScript platform docs.\") [Web Service](/maps/documentation/maps-static/map-ids/customize-maps-overview \"View this page for the Web Service platform docs.\")\n\n\u003cbr /\u003e\n\nYou have several options for customizing Google Maps Platform (GMP) maps. Most of\nthese methods require you to use a map ID to access several different map\ncustomization features. You can also manually customize GMP\nmaps using JSON styling,\n\nCustomize maps with map IDs\n\nA map ID is a unique identifier that represents a single instance of a Google\nMap. Map IDs are restricted to a single platform--JavaScript, Android, iOS, or\nStatic maps. You associate map IDs with a project, and can use map IDs to enable\nfeatures or manage or style maps on your websites and in your applications. For\ndetails, see [Map ID overview](/maps/documentation/javascript/map-ids/mapid-over).\n\nCustomize with map IDs and Cloud-based maps styling\n\nWith cloud-based maps styling, you use map IDs and map styles to create a\ncustomized road map experience for your users. You can then update the style as\nneeded in the Cloud console, without having to update your apps' code. For\ndetails, see [Cloud-based maps styling](../cloud-customization/index).\n\nCustomize maps manually with JSON styling\n\nManually customizing maps lets you style the normal map type, and does not\nrequire a map ID. Any updates to the style require a code update. You cannot\ncombine manual map styling and cloud-based maps styling in the same app.\n\nTo customize a map manually using JSON styling, see\n\n[JSON map styling](../json-styling-overview)."]]