从预览版中迁移
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Aerial View API 的正式版将 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-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[[["\u003cp\u003eAerial View API's GA release updated the endpoint URL to \u003ccode\u003e/v1\u003c/code\u003e from \u003ccode\u003e/v1beta\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetVideo\u003c/code\u003e endpoint has been replaced with \u003ccode\u003elookupVideo\u003c/code\u003e in the GA release.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003elookupVideo\u003c/code\u003e and \u003ccode\u003erenderVideo\u003c/code\u003e endpoints now reside under the \u003ccode\u003e/v1\u003c/code\u003e path.\u003c/p\u003e\n"]]],[],null,["The GA release of Aerial View API changed the endpoint URL for API calls to use\n`/v1` instead of `/v1beta`, and renamed the `getVideo` endpoint.\n\nThe previous endpoints were in the form:\n\n- `getVideo`: \n\n ```\n https://aerialview.googleapis.com/v1beta/videos\n ```\n- `renderVideo`: \n\n ```\n https://aerialview.googleapis.com/v1beta/videos:renderVideo\n ```\n\nThe new endpoints are in the form:\n\n- `lookupVideo`: \n\n ```\n https://aerialview.googleapis.com/v1/videos:lookupVideo\n ```\n- `renderVideo`: \n\n ```\n https://aerialview.googleapis.com/v1/videos:renderVideo\n ```\n\nFor more information, see the [`v1` API reference](/maps/documentation/aerial-view/reference/rest)."]]