計算結果を示す地図タイルのレンダリングに使用できる 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。"],[],["This outlines the `maps.create` process for generating map tiles. It involves sending a POST request to create a map ID, specifying an expression and output options. This ID represents a computed image. Subsequent `GetTile` requests use this ID to retrieve image data for specific tiles at any zoom level. The map ID remains valid for a limited period. The process requires specific IAM permissions, a user-supplied tag, and OAuth scopes, output format should be compatible with JPEG or PNG format.\n"]]