Class GoogleMapsPlacesV1PlaceAreaSummary
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.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceAreaSummary : IDirectResponseSchema
Properties
ContentBlocks
Content blocks that compose the area summary. Each block has a separate topic about the area.
Declaration
[JsonProperty("contentBlocks")]
public virtual IList<GoogleMapsPlacesV1ContentBlock> ContentBlocks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1ContentBlock> |
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 |