Method: videos.renderVideo

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

string

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 (  State 
 
) 
 , 
 "metadata" 
 : 
 { 
 object (  VideoMetadata 
 
) 
 } 
 } 
Fields
state

enum ( State )

Current state of the render request.

Create a Mobile Website
View Site in Mobile | Classic
Share by: