Show / Hide Table of Contents

Class ContentBlock

A block of content that can be served individually.

Inheritance
object
ContentBlock
Implements
IMessage<ContentBlock>
IEquatable<ContentBlock>
IDeepCloneable<ContentBlock>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX