Class ContextualContent
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
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class ContextualContent : IMessage<ContextualContent>, IEquatable<ContextualContent>, IDeepCloneable<ContextualContent>, IBufferMessage, IMessage
Constructors
ContextualContent()
Declaration
public ContextualContent()
ContextualContent(ContextualContent)
Declaration
public ContextualContent(ContextualContent other)
Parameters
Type | Name | Description |
---|---|---|
ContextualContent | other |
Properties
Justifications
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.
Justifications for the place.
Declaration
public RepeatedField<ContextualContent.Types.Justification> Justifications { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ContextualContent.Types.Justification> |
Photos
Information (including references) about photos of this place, contexual to the place query.
Declaration
public RepeatedField<Photo> Photos { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Photo> |
Reviews
List of reviews about this place, contexual to the place query.
Declaration
public RepeatedField<Review> Reviews { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Review> |