計算結果を示す地図タイルのレンダリングに使用できる 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 with `GetTile` to retrieve image data for any tile, location, and zoom level. The computation output must have one or three bands for JPEG/PNG format, with values clipped to 0-255. The request requires `earthengine.maps.create` IAM permission and an OAuth scope. A user-supplied `workloadTag` can be provided.\n"]]