You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/places/lib/google_api/places/v1/model/google_maps_places_v1_place.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ defmodule GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place do
75
75
* `formattedAddress` (*type:* `String.t`, *default:* `nil`) - A full, human-readable address for this place.
76
76
* `photos` (*type:* `list(GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Photo.t)`, *default:* `nil`) - Information (including references) about photos of this place. A maximum of 10 photos can be returned.
77
77
* `reservable` (*type:* `boolean()`, *default:* `nil`) - Specifies if the place supports reservations.
78
+
* `timeZone` (*type:* `GoogleApi.Places.V1.Model.GoogleTypeTimeZone.t`, *default:* `nil`) - IANA Time Zone Database time zone. For example "America/New_York".
78
79
* `iconMaskBaseUri` (*type:* `String.t`, *default:* `nil`) - A truncated URL to an icon mask. User can access different icon type by appending type suffix to the end (eg, ".svg" or ".png").
79
80
* `servesDinner` (*type:* `boolean()`, *default:* `nil`) - Specifies if the place serves dinner.
80
81
* `primaryType` (*type:* `String.t`, *default:* `nil`) - The primary type of the given result. This type must one of the Places API supported types. For example, "restaurant", "cafe", "airport", etc. A place can only have a single primary type. For the complete list of possible values, see Table A and Table B at https://developers.google.com/maps/documentation/places/web-service/place-types
@@ -159,6 +160,7 @@ defmodule GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place do
0 commit comments