Adds an address to the renderer's queue if a video hasn't already been rendered. Otherwise, returns metadata about the video.
HTTP request
POST https://aerialview.googleapis.com/v1/videos:renderVideo
The URL uses gRPC Transcoding syntax.
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "address": string } |
Fields | |
---|---|
address |
Required. A US postal address for the location to be rendered in the video. |
Response body
Response message for AerialView.RenderVideo
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "state": enum ( |
Fields | |
---|---|
state |
Current state of the render request. |
metadata |
Contains the video's metadata, only set if the state is |