Table of Contents

Class AccessibilityOptions

Namespace
GoogleMapsApi.Entities.PlacesNew.Response
Assembly
GoogleMapsApi.dll

Accessibility options available at a place.

public sealed class AccessibilityOptions
Inheritance
AccessibilityOptions
Inherited Members

Properties

WheelchairAccessibleEntrance

Whether the entrance is wheelchair accessible.

[JsonPropertyName("wheelchairAccessibleEntrance")]
public bool? WheelchairAccessibleEntrance { get; set; }

Property Value

bool?

WheelchairAccessibleParking

Whether wheelchair-accessible parking is available.

[JsonPropertyName("wheelchairAccessibleParking")]
public bool? WheelchairAccessibleParking { get; set; }

Property Value

bool?

WheelchairAccessibleRestroom

Whether a wheelchair-accessible restroom is available.

[JsonPropertyName("wheelchairAccessibleRestroom")]
public bool? WheelchairAccessibleRestroom { get; set; }

Property Value

bool?

WheelchairAccessibleSeating

Whether wheelchair-accessible seating is available.

[JsonPropertyName("wheelchairAccessibleSeating")]
public bool? WheelchairAccessibleSeating { get; set; }

Property Value

bool?