View Source GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceAreaSummary (google_api_places v0.5.2)

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.

Attributes

  • contentBlocks (type: list(GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContentBlock.t), default: nil) - Content blocks that compose the area summary. Each block has a separate topic about the area.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceAreaSummary{
  contentBlocks:
    [GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContentBlock.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.