Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Google Maps API] Add accessibility information on Google Maps API #2341

Open
hilmanski opened this issue Jan 21, 2025 · 0 comments
Open

[Google Maps API] Add accessibility information on Google Maps API #2341

hilmanski opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels
status: queued Ready to work on type: feature Something new to build

Comments

@hilmanski
Copy link

Let's add the accessibility information on our Google Maps API.

Image

Currently, it's only available on place_results when providing a place_id

Example when it's supported

"extensions":
[ 
{ "accessibility":
  [
    "Wheelchair accessible entrance",
    "Wheelchair accessible parking lot"
  ]
}

Playground

Example when it's not supported

"unsupported_extensions":
[
{
"accessibility":
[
"Wheelchair accessible entrance",
"Wheelchair accessible parking lot"
]
},
{
"planning":
[
"Accepts reservations"
]
}

Playground

Intercom

@hilmanski hilmanski added status: queued Ready to work on type: feature Something new to build labels Jan 21, 2025
@ocvit ocvit self-assigned this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: queued Ready to work on type: feature Something new to build
Projects
None yet
Development

No branches or pull requests

2 participants