Show / Hide Table of Contents

Class GoogleMapsPlacesV1Photo

Information about a photo of a place.

Inheritance
object
GoogleMapsPlacesV1Photo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1Photo : IDirectResponseSchema

Properties

AuthorAttributions

This photo's authors.

Declaration
[JsonProperty("authorAttributions")]
public virtual IList<GoogleMapsPlacesV1AuthorAttribution> AuthorAttributions { get; set; }
Property Value
Type Description
IList<GoogleMapsPlacesV1AuthorAttribution>

ETag

The ETag of the item.

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

FlagContentUri

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

Declaration
[JsonProperty("flagContentUri")]
public virtual string FlagContentUri { get; set; }
Property Value
Type Description
string

GoogleMapsUri

A link to show the photo on Google Maps.

Declaration
[JsonProperty("googleMapsUri")]
public virtual string GoogleMapsUri { get; set; }
Property Value
Type Description
string

HeightPx

The maximum available height, in pixels.

Declaration
[JsonProperty("heightPx")]
public virtual 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
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

WidthPx

The maximum available width, in pixels.

Declaration
[JsonProperty("widthPx")]
public virtual int? WidthPx { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX