Google Maps Platform · JSON Structure

Google Maps Places Accessibility Options Structure

Type: object Properties: 4
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

wheelchairAccessibleParking wheelchairAccessibleEntrance wheelchairAccessibleRestroom wheelchairAccessibleSeating

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccessibilityOptions",
  "type": "object",
  "properties": {
    "wheelchairAccessibleParking": {
      "type": "boolean"
    },
    "wheelchairAccessibleEntrance": {
      "type": "boolean"
    },
    "wheelchairAccessibleRestroom": {
      "type": "boolean"
    },
    "wheelchairAccessibleSeating": {
      "type": "boolean"
    }
  }
}