Class GoogleMapsPlacesV1PlaceAccessibilityOptions
Information about the accessibility options a place offers.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceAccessibilityOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WheelchairAccessibleEntrance
Places has wheelchair accessible entrance.
Declaration
[JsonProperty("wheelchairAccessibleEntrance")]
public virtual bool? WheelchairAccessibleEntrance { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WheelchairAccessibleParking
Place offers wheelchair accessible parking.
Declaration
[JsonProperty("wheelchairAccessibleParking")]
public virtual bool? WheelchairAccessibleParking { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WheelchairAccessibleRestroom
Place has wheelchair accessible restroom.
Declaration
[JsonProperty("wheelchairAccessibleRestroom")]
public virtual bool? WheelchairAccessibleRestroom { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WheelchairAccessibleSeating
Place has wheelchair accessible seating.
Declaration
[JsonProperty("wheelchairAccessibleSeating")]
public virtual bool? WheelchairAccessibleSeating { get; set; }
Property Value
Type | Description |
---|---|
bool? |