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 |
ReferencedPlaces
The list of resource names of the referenced places. This name can be used in other APIs that accept Place resource names.
Declaration
public RepeatedField<string> ReferencedPlaces { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
ReferencedPlacesAsPlaceNames
PlaceName-typed view over the ReferencedPlaces resource name property.
Declaration
public ResourceNameList<PlaceName> ReferencedPlacesAsPlaceNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<PlaceName> |