計算結果を示す地図タイルのレンダリングに使用できる ID を作成します。生成された ID は、GetTile リクエストの一部として使用する必要があります。
これは GetTile と組み合わせて使用します。maps.create を呼び出すと、式といくつかの出力オプションが提供されます。maps.create の結果は、その式を評価してオプションを適用した結果の画像を表すマップ ID です。その後、GetTile を呼び出して、任意の位置とズームレベルで、結果画像のタイルの画像データを取得できます。マップ 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-07-25 UTC。"],[],["`maps.create` generates a map ID by evaluating an expression and applying output options. This ID, valid for a few hours, is used in subsequent `GetTile` requests to retrieve image tiles of the computed result at specific locations and zoom levels. The computation output must meet JPEG or PNG format requirements, including one or three bands and value ranges between 0-255. Authorization via specific IAM permission and OAuth scopes is required. A user supplied workload tag can be included to track the computation.\n"]]