Class Photo
Information about a photo of a place.
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Photo : IMessage<Photo>, IEquatable<Photo>, IDeepCloneable<Photo>, IBufferMessage, IMessage
Constructors
Photo()
Declaration
Photo(Photo)
Declaration
public Photo(Photo other)
Parameters
Type |
Name |
Description |
Photo |
other |
|
Properties
AuthorAttributions
Declaration
public RepeatedField<AuthorAttribution> AuthorAttributions { get; }
Property Value
HeightPx
The maximum available height, in pixels.
Declaration
public int HeightPx { get; set; }
Property Value
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
PhotoName
Declaration
public PhotoName PhotoName { get; set; }
Property Value
WidthPx
The maximum available width, in pixels.
Declaration
public int WidthPx { get; set; }
Property Value