Class GoogleMapsPlacesV1ContextualContent
Content that is contextual to the place query.
Implements
Inherited Members
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> |