Class Uris
Contains all the uris for a given video format.
Namespace: Google.Maps.AerialView.V1
Assembly: Google.Maps.AerialView.V1.dll
Syntax
public sealed class Uris : IMessage<Uris>, IEquatable<Uris>, IDeepCloneable<Uris>, IBufferMessage, IMessage
Constructors
Uris()
Declaration
public Uris()
Uris(Uris)
Declaration
public Uris(Uris other)
Parameters
Type | Name | Description |
---|---|---|
Uris | other |
Properties
LandscapeUri
A signed short-lived URI for the media in a landscape orientation.
Declaration
public string LandscapeUri { get; set; }
Property Value
Type | Description |
---|---|
string |
PortraitUri
A signed short-lived URI for the media in a portrait orientation.
Declaration
public string PortraitUri { get; set; }
Property Value
Type | Description |
---|---|
string |