プレビュー リリースからの移行
Aerial View API の一般提供リリースでは、API 呼び出しのエンドポイント URL が変更され、/v1beta
ではなく /v1
が使用されるようになりました。また、getVideo
エンドポイントの名前も変更されました。
以前のエンドポイントの形式は次のとおりです。
getVideo
: https://aerialview.googleapis.com/v1beta/videos
renderVideo
: https://aerialview.googleapis.com/v1beta/videos:renderVideo
新しいエンドポイントの形式は次のとおりです。
lookupVideo
: https://aerialview.googleapis.com/v1/videos:lookupVideo
renderVideo
: https://aerialview.googleapis.com/v1/videos:renderVideo
詳しくは、v1
API リファレンスをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["Aerial View API's GA release updated the endpoint URL to `/v1` from `/v1beta`."],["The `getVideo` endpoint has been replaced with `lookupVideo` in the GA release."],["Both `lookupVideo` and `renderVideo` endpoints now reside under the `/v1` path."]]],[]]