View Source GoogleApi.Places.V1.Model.GoogleMapsPlacesV1SearchTextResponse (google_api_places v0.2.0)
Response proto for SearchText.
Attributes
-
places
(type:list(GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place.t)
, default:nil
) - A list of places that meet the user's text search criteria.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1SearchTextResponse{ places: [GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.