Show / Hide Table of Contents

Class Place.Types.AccessibilityOptions

Information about the accessibility options a place offers.

Inheritance
object
Place.Types.AccessibilityOptions
Implements
IMessage<Place.Types.AccessibilityOptions>
IEquatable<Place.Types.AccessibilityOptions>
IDeepCloneable<Place.Types.AccessibilityOptions>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.AccessibilityOptions : IMessage<Place.Types.AccessibilityOptions>, IEquatable<Place.Types.AccessibilityOptions>, IDeepCloneable<Place.Types.AccessibilityOptions>, IBufferMessage, IMessage

Constructors

AccessibilityOptions()

Declaration
public AccessibilityOptions()

AccessibilityOptions(AccessibilityOptions)

Declaration
public AccessibilityOptions(Place.Types.AccessibilityOptions other)
Parameters
Type Name Description
Place.Types.AccessibilityOptions other

Properties

HasWheelchairAccessibleEntrance

Gets whether the "wheelchair_accessible_entrance" field is set

Declaration
public bool HasWheelchairAccessibleEntrance { get; }
Property Value
Type Description
bool

HasWheelchairAccessibleParking

Gets whether the "wheelchair_accessible_parking" field is set

Declaration
public bool HasWheelchairAccessibleParking { get; }
Property Value
Type Description
bool

HasWheelchairAccessibleRestroom

Gets whether the "wheelchair_accessible_restroom" field is set

Declaration
public bool HasWheelchairAccessibleRestroom { get; }
Property Value
Type Description
bool

HasWheelchairAccessibleSeating

Gets whether the "wheelchair_accessible_seating" field is set

Declaration
public bool HasWheelchairAccessibleSeating { get; }
Property Value
Type Description
bool

WheelchairAccessibleEntrance

Places has wheelchair accessible entrance.

Declaration
public bool WheelchairAccessibleEntrance { get; set; }
Property Value
Type Description
bool

WheelchairAccessibleParking

Place offers wheelchair accessible parking.

Declaration
public bool WheelchairAccessibleParking { get; set; }
Property Value
Type Description
bool

WheelchairAccessibleRestroom

Place has wheelchair accessible restroom.

Declaration
public bool WheelchairAccessibleRestroom { get; set; }
Property Value
Type Description
bool

WheelchairAccessibleSeating

Place has wheelchair accessible seating.

Declaration
public bool WheelchairAccessibleSeating { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX