View Source GoogleApi.Places.V1.Model.GoogleMapsPlacesV1SearchNearbyResponse (google_api_places v0.5.1)
Response proto for Search Nearby.
Attributes
-
places
(type:list(GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place.t)
, default:nil
) - A list of places that meets user's requirements like places types, number of places and specific location restriction.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1SearchNearbyResponse{ places: [GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.