Class ContentBlock
A block of content that can be served individually.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class ContentBlock : IMessage<ContentBlock>, IEquatable<ContentBlock>, IDeepCloneable<ContentBlock>, IBufferMessage, IMessage
Constructors
ContentBlock()
Declaration
public ContentBlock()
ContentBlock(ContentBlock)
Declaration
public ContentBlock(ContentBlock other)
Parameters
Type | Name | Description |
---|---|---|
ContentBlock | other |
Properties
Content
Content related to the topic.
Declaration
public LocalizedText Content { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |
References
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.
References that are related to this block of content.
Declaration
public References References { get; set; }
Property Value
Type | Description |
---|---|
References |
Topic
The topic of the content, for example "overview" or "restaurant".
Declaration
public string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |