GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceAccessibilityOptions (google_api_places v0.11.0)

View Source

Information about the accessibility options a place offers.

Attributes

  • wheelchairAccessibleEntrance (type: boolean(), default: nil) - Places has wheelchair accessible entrance.
  • wheelchairAccessibleParking (type: boolean(), default: nil) - Place offers wheelchair accessible parking.
  • wheelchairAccessibleRestroom (type: boolean(), default: nil) - Place has wheelchair accessible restroom.
  • wheelchairAccessibleSeating (type: boolean(), default: nil) - Place has wheelchair accessible seating.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceAccessibilityOptions{
  wheelchairAccessibleEntrance: boolean() | nil,
  wheelchairAccessibleParking: boolean() | nil,
  wheelchairAccessibleRestroom: boolean() | nil,
  wheelchairAccessibleSeating: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.