計算結果を示す地図タイルのレンダリングに使用できる 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-03-06 UTC。"],[[["`maps.create` generates a unique map ID for rendering map tiles based on a provided computation."],["The generated map ID can be used with `GetTile` requests to retrieve image data for specific map locations and zoom levels."],["Output data for JPEG or PNG formats must have 1-3 bands with values within the 0-255 range."],["Map IDs are temporary and remain valid for a few hours."],["This functionality is commonly used to display visualizations of computational results on a map."]]],["`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 tiles at specific locations and zoom levels. This process visualizes computation outputs, requiring JPEG or PNG formats with one or three bands, and 0-255 value range. The `POST` request requires an IAM permission. It includes a `workloadTag` and uses a specific `parent` path parameter.\n"]]