Show / Hide Table of Contents

Class Uris

Contains all the uris for a given video format.

Inheritance
object
Uris
Implements
IMessage<Uris>
IEquatable<Uris>
IDeepCloneable<Uris>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX