Skip to main content

PlaceResponse

idstringrequired
namestringrequired
descriptionnull | stringnullable
photos object[]

Information (including references) about photos of this place. A maximum of 10 photos can be returned.

  • Array [
  • widthPxinteger,string<int32>required

    The maximum available width, in pixels.

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    heightPxinteger,string<int32>required

    The maximum available height, in pixels.

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    uristring<uri>required

    A link to show the photo.

  • ]
  • address object
    oneOf
    null
    latLng object
    latitudenumber,string<double>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

    longitudenumber,string<double>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

    typestringrequired

    Possible values: [Parking, Default]

    features object[]
  • Array [
  • codenull | stringnullable
    isAvailablenull | booleannullable
  • ]
  • timeZonestring
    operatingHours object
    oneOf
    null
    codestring
    branchNumbernull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    lotIdnull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    fullLotIdnull | stringnullable
    barrierboolean
    isHangTagboolean
    isLongTermboolean
    openToPublicboolean
    isActiveboolean
    maxVehicleHeightnull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    PlaceResponse
    {
    "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"
    }