Class GoogleMapsPlacesV1PlaceNeighborhoodSummary
A summary of points of interest near the place.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceNeighborhoodSummary : IDirectResponseSchema
Properties
Description
A detailed description of the neighborhood.
Declaration
[JsonProperty("description")]
public virtual GoogleMapsPlacesV1ContentBlock Description { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapsPlacesV1ContentBlock |
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
[JsonProperty("disclosureText")]
public virtual GoogleTypeLocalizedText DisclosureText { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeLocalizedText |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FlagContentUri
A link where users can flag a problem with the summary.
Declaration
[JsonProperty("flagContentUri")]
public virtual string FlagContentUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Overview
An overview summary of the neighborhood.
Declaration
[JsonProperty("overview")]
public virtual GoogleMapsPlacesV1ContentBlock Overview { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapsPlacesV1ContentBlock |