The GA release of Aerial View API changed the endpoint URL for API calls to use
/v1
instead of /v1beta
, and renamed the getVideo
endpoint.
The previous endpoints were in the form:
getVideo
:https://aerialview.googleapis.com/v1beta/videos
renderVideo
:https://aerialview.googleapis.com/v1beta/videos:renderVideo
The new endpoints are in the form:
lookupVideo
:https://aerialview.googleapis.com/v1/videos:lookupVideo
renderVideo
:https://aerialview.googleapis.com/v1/videos:renderVideo
For more information, see the v1
API reference.