Class Place.Types.NeighborhoodSummary
A summary of points of interest near the place.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.NeighborhoodSummary : IMessage<Place.Types.NeighborhoodSummary>, IEquatable<Place.Types.NeighborhoodSummary>, IDeepCloneable<Place.Types.NeighborhoodSummary>, IBufferMessage, IMessage
Constructors
NeighborhoodSummary()
Declaration
public NeighborhoodSummary()
NeighborhoodSummary(NeighborhoodSummary)
Declaration
public NeighborhoodSummary(Place.Types.NeighborhoodSummary other)
Parameters
Type | Name | Description |
---|---|---|
Place.Types.NeighborhoodSummary | other |
Properties
Description
A detailed description of the neighborhood.
Declaration
public ContentBlock Description { get; set; }
Property Value
Type | Description |
---|---|
ContentBlock |
DisclosureText
The AI disclosure message "Summarized with Gemini" (and its localized variants). This will be in the language specified in the request if available.
Declaration
public LocalizedText DisclosureText { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |
FlagContentUri
A link where users can flag a problem with the summary.
Declaration
public string FlagContentUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Overview
An overview summary of the neighborhood.
Declaration
public ContentBlock Overview { get; set; }
Property Value
Type | Description |
---|---|
ContentBlock |