Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1PlaceAccessibilityOptions

import type { GoogleMapsPlacesV1PlaceAccessibilityOptions } from "https://googleapis.deno.dev/v1/places:v1.ts";

Information about the accessibility options a place offers.

interface GoogleMapsPlacesV1PlaceAccessibilityOptions {
wheelchairAccessibleEntrance?: boolean;
wheelchairAccessibleParking?: boolean;
wheelchairAccessibleRestroom?: boolean;
wheelchairAccessibleSeating?: boolean;
}

§Properties

§
wheelchairAccessibleEntrance?: boolean
[src]

Places has wheelchair accessible entrance.

§
wheelchairAccessibleParking?: boolean
[src]

Place offers wheelchair accessible parking.

§
wheelchairAccessibleRestroom?: boolean
[src]

Place has wheelchair accessible restroom.

§
wheelchairAccessibleSeating?: boolean
[src]

Place has wheelchair accessible seating.