We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's add the accessibility information on our Google Maps API.
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" ] }
Intercom
The text was updated successfully, but these errors were encountered:
ocvit
No branches or pull requests
Let's add the accessibility information on our Google Maps API.
Currently, it's only available on place_results when providing a place_id
Example when it's supported
Playground
Example when it's not supported
Playground
Intercom
The text was updated successfully, but these errors were encountered: