|
280 | 280 | }
|
281 | 281 | }
|
282 | 282 | },
|
283 |
| - "revision": "20250611", |
| 283 | + "revision": "20250629", |
284 | 284 | "rootUrl": "https://places.googleapis.com/",
|
285 | 285 | "schemas": {
|
286 | 286 | "GoogleGeoTypeViewport": {
|
|
1226 | 1226 | "description": "The price range associated with a Place."
|
1227 | 1227 | },
|
1228 | 1228 | "primaryType": {
|
1229 |
| - "description": "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", |
| 1229 | + "description": "The primary type of the given result. This type must be 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. The primary type may be missing if the place's primary type is not a supported type. When a primary type is present, it is always one of the types in the `types` field.", |
1230 | 1230 | "type": "string"
|
1231 | 1231 | },
|
1232 | 1232 | "primaryTypeDisplayName": {
|
1233 | 1233 | "$ref": "GoogleTypeLocalizedText",
|
1234 |
| - "description": "The display name of the primary type, localized to the request language if applicable. 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" |
| 1234 | + "description": "The display name of the primary type, localized to the request language if applicable. 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. The primary type may be missing if the place's primary type is not a supported type." |
1235 | 1235 | },
|
1236 | 1236 | "pureServiceAreaBusiness": {
|
1237 | 1237 | "description": "Indicates whether the place is a pure service area business. Pure service area business is a business that visits or delivers to customers directly but does not serve customers at their business address. For example, businesses like cleaning services or plumbers. Those businesses may not have a physical address or location on Google Maps.",
|
|
1557 | 1557 | "type": "boolean"
|
1558 | 1558 | },
|
1559 | 1559 | "periods": {
|
1560 |
| - "description": "NOTE: The ordering of the `periods` array is independent of the ordering of the `weekday_descriptions` array. Do not assume they will begin on the same day.", |
| 1560 | + "description": "The periods that this place is open during the week. The periods are in chronological order, in the place-local timezone. An empty (but not absent) value indicates a place that is never open, e.g. because it is closed temporarily for renovations. The starting day of `periods` is NOT fixed and should not be assumed to be Sunday. The API determines the start day based on a variety of factors. For example, for a 24/7 business, the first period may begin on the day of the request. For other businesses, it might be the first day of the week that they are open. NOTE: The ordering of the `periods` array is independent of the ordering of the `weekday_descriptions` array. Do not assume they will begin on the same day.", |
1561 | 1561 | "items": {
|
1562 | 1562 | "$ref": "GoogleMapsPlacesV1PlaceOpeningHoursPeriod"
|
1563 | 1563 | },
|
|
0 commit comments