PlaceResponse
photos object[]
Information (including references) about photos of this place. A maximum of 10 photos can be returned.
The maximum available width, in pixels.
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
The maximum available height, in pixels.
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
A link to show the photo.
address object
- null
- Address
latLng object
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
Possible values: [Parking, Default]
features object[]
operatingHours object
- null
- OperatingHours
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
{
"id": "string",
"name": "string",
"description": "null",
"photos": [
{
"widthPx": 0,
"heightPx": 0,
"uri": "string"
}
],
"address": "null",
"latLng": {
"latitude": 0,
"longitude": 0
},
"features": [
{
"code": "null",
"isAvailable": "null"
}
],
"timeZone": "string",
"operatingHours": "null",
"code": "string",
"branchNumber": "null",
"lotId": "null",
"fullLotId": "null",
"barrier": true,
"isHangTag": true,
"isLongTerm": true,
"openToPublic": true,
"isActive": true,
"maxVehicleHeight": "null"
}