Show / Hide Table of Contents

Class Photo

Information about a photo of a place.

Inheritance
object
Photo
Implements
IMessage<Photo>
IEquatable<Photo>
IDeepCloneable<Photo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Photo : IMessage<Photo>, IEquatable<Photo>, IDeepCloneable<Photo>, IBufferMessage, IMessage

Constructors

Photo()

Declaration
public Photo()

Photo(Photo)

Declaration
public Photo(Photo other)
Parameters
Type Name Description
Photo other

Properties

AuthorAttributions

This photo's authors.

Declaration
public RepeatedField<AuthorAttribution> AuthorAttributions { get; }
Property Value
Type Description
RepeatedField<AuthorAttribution>

FlagContentUri

A link where users can flag a problem with the photo.

Declaration
public string FlagContentUri { get; set; }
Property Value
Type Description
string

GoogleMapsUri

A link to show the photo on Google Maps.

Declaration
public string GoogleMapsUri { get; set; }
Property Value
Type Description
string

HeightPx

The maximum available height, in pixels.

Declaration
public int HeightPx { get; set; }
Property Value
Type Description
int

Name

Identifier. A reference representing this place photo which may be used to look up this place photo again (also called the API "resource" name: places/{place_id}/photos/{photo}).

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PhotoName

PhotoName-typed view over the Name resource name property.

Declaration
public PhotoName PhotoName { get; set; }
Property Value
Type Description
PhotoName

WidthPx

The maximum available width, in pixels.

Declaration
public int WidthPx { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX