从预览版中迁移
Aerial View API 的 GA 版本更改了 API 调用的端点网址,使其使用 /v1
(而非 /v1beta
),并重命名了 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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-14。
[null,null,["最后更新时间 (UTC):2025-01-14。"],[[["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."]]],[]]