Options
All
  • Public
  • Public/Protected
  • All
Menu

Access by calling const {AccessibilityOptions} = await google.maps.importLibrary("places"). See https://developers.google.com/maps/documentation/javascript/libraries.

Hierarchy

  • AccessibilityOptions

Index

Constructors

Properties

hasWheelchairAccessibleEntrance: null | boolean

Whether a place has a wheelchair accessible entrance. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasWheelchairAccessibleParking: null | boolean

Whether a place has wheelchair accessible parking. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasWheelchairAccessibleRestroom: null | boolean

Whether a place has a wheelchair accessible restroom. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasWheelchairAccessibleSeating: null | boolean

Whether a place offers wheelchair accessible seating. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

Generated using TypeDoc