Class GoogleMapsPlacesV1ContextualContent
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. 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
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. 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, contexual 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, contexual to the place query.
Declaration
[JsonProperty("reviews")]
public virtual IList<GoogleMapsPlacesV1Review> Reviews { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1Review> |