Google Maps Platform · JSON Structure

Google Maps Places Parking Options Structure

Type: object Properties: 7
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

ParkingOptions is a JSON Structure definition published by Google Maps Platform, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

freeParkingLot paidParkingLot freeStreetParking paidStreetParking valetParking freeGarageParking paidGarageParking

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ParkingOptions",
  "type": "object",
  "properties": {
    "freeParkingLot": {
      "type": "boolean"
    },
    "paidParkingLot": {
      "type": "boolean"
    },
    "freeStreetParking": {
      "type": "boolean"
    },
    "paidStreetParking": {
      "type": "boolean"
    },
    "valetParking": {
      "type": "boolean"
    },
    "freeGarageParking": {
      "type": "boolean"
    },
    "paidGarageParking": {
      "type": "boolean"
    }
  }
}