GMSPlaceAccessibilityOptions
@interface GMSPlaceAccessibilityOptions : NSObjectInformation about the accessibility options a place offers.
-
Returns the
GMSBooleanPlaceAttributefor a wheelchair accessible parking.Declaration
Swift
var wheelchairAccessibleParking: GMSBooleanPlaceAttribute { get }Objective-C
@property (nonatomic, readonly) GMSBooleanPlaceAttribute wheelchairAccessibleParking; -
Returns the
GMSBooleanPlaceAttributefor a wheelchair accessible entrance.Declaration
Swift
var wheelchairAccessibleEntrance: GMSBooleanPlaceAttribute { get }Objective-C
@property (nonatomic, readonly) GMSBooleanPlaceAttribute wheelchairAccessibleEntrance; -
Returns the
GMSBooleanPlaceAttributefor a wheelchair accessible restroom.Declaration
Swift
var wheelchairAccessibleRestroom: GMSBooleanPlaceAttribute { get }Objective-C
@property (nonatomic, readonly) GMSBooleanPlaceAttribute wheelchairAccessibleRestroom; -
Returns the
GMSBooleanPlaceAttributefor a wheelchair accessible seating.Declaration
Swift
var wheelchairAccessibleSeating: GMSBooleanPlaceAttribute { get }Objective-C
@property (nonatomic, readonly) GMSBooleanPlaceAttribute wheelchairAccessibleSeating;