Interface IAerialViewApi
- Namespace
- GoogleMapsApi
- Assembly
- GoogleMapsApi.dll
Aerial View API operations: render a cinematic flyover video for an address and look up a video's state and media URIs. Both operations return the same AerialViewVideoResponse.
public interface IAerialViewApi
Properties
LookupVideo
Look up a video by id or address (billable). Returns the current state and, once active, the signed media URIs.
IEngineFacade<LookupVideoRequest, AerialViewVideoResponse> LookupVideo { get; }
Property Value
RenderVideo
Enqueue rendering of a flyover video for a US postal address (free). Returns a Processing video to poll via LookupVideo, or an existing video if one is already available.
IEngineFacade<RenderVideoRequest, AerialViewVideoResponse> RenderVideo { get; }