Class AerialViewUris
- Namespace
- GoogleMapsApi.Entities.AerialView.Response
- Assembly
- GoogleMapsApi.dll
A pair of signed, short-lived URIs for a single MediaFormat of an Aerial View
video — one for each aspect ratio. The URIs expire, so fetch them fresh via LookupVideo
rather than caching them.
public sealed class AerialViewUris
- Inheritance
-
AerialViewUris
- Inherited Members
Properties
LandscapeUri
Signed URI for the landscape (16:9) rendition.
[JsonPropertyName("landscapeUri")]
public string? LandscapeUri { get; set; }
Property Value
PortraitUri
Signed URI for the portrait (9:16) rendition.
[JsonPropertyName("portraitUri")]
public string? PortraitUri { get; set; }