Show / Hide Table of Contents

Class GoogleMapsPlacesV1ContextualContent

Content that is contextual to the place query.

Inheritance
object
GoogleMapsPlacesV1ContextualContent
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 GoogleMapsPlacesV1ContextualContent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Justifications

Justifications for the place.

Declaration
[JsonProperty("justifications")]
public virtual IList<GoogleMapsPlacesV1ContextualContentJustification> Justifications { get; set; }
Property Value
Type Description
IList<GoogleMapsPlacesV1ContextualContentJustification>

Photos

Information (including references) about photos of this place, contextual to the place query.

Declaration
[JsonProperty("photos")]
public virtual IList<GoogleMapsPlacesV1Photo> Photos { get; set; }
Property Value
Type Description
IList<GoogleMapsPlacesV1Photo>

Reviews

List of reviews about this place, contextual to the place query.

Declaration
[JsonProperty("reviews")]
public virtual IList<GoogleMapsPlacesV1Review> Reviews { get; set; }
Property Value
Type Description
IList<GoogleMapsPlacesV1Review>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX