Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceAccessibilityOptions

Information about the accessibility options a place offers.

Inheritance
object
GoogleMapsPlacesV1PlaceAccessibilityOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX