AccessibilityOptions

Accessibility features of a place

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
wheelchairAccessibleParking boolean
wheelchairAccessibleEntrance boolean
wheelchairAccessibleRestroom boolean
wheelchairAccessibleSeating boolean
View JSON Schema on GitHub

JSON Schema

google-maps-places-accessibility-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccessibilityOptions",
  "type": "object",
  "description": "Accessibility features of a place",
  "properties": {
    "wheelchairAccessibleParking": {
      "type": "boolean"
    },
    "wheelchairAccessibleEntrance": {
      "type": "boolean"
    },
    "wheelchairAccessibleRestroom": {
      "type": "boolean"
    },
    "wheelchairAccessibleSeating": {
      "type": "boolean"
    }
  }
}