Show / Hide Table of Contents

Class Place.Types.AreaSummary

Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.

AI-generated summary of the area that the place is in.

Inheritance
object
Place.Types.AreaSummary
Implements
IMessage<Place.Types.AreaSummary>
IEquatable<Place.Types.AreaSummary>
IDeepCloneable<Place.Types.AreaSummary>
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 Place.Types.AreaSummary : IMessage<Place.Types.AreaSummary>, IEquatable<Place.Types.AreaSummary>, IDeepCloneable<Place.Types.AreaSummary>, IBufferMessage, IMessage

Constructors

AreaSummary()

Declaration
public AreaSummary()

AreaSummary(AreaSummary)

Declaration
public AreaSummary(Place.Types.AreaSummary other)
Parameters
Type Name Description
Place.Types.AreaSummary other

Properties

ContentBlocks

Content blocks that compose the area summary. Each block has a separate topic about the area.

Declaration
public RepeatedField<ContentBlock> ContentBlocks { get; }
Property Value
Type Description
RepeatedField<ContentBlock>
In this article
Back to top Generated by DocFX