googlemaps / googlemaps/react-native-navigation-sdk
[Feature request]: wheelchair accessible routes
Offen
#522
4 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @illuminati1911
Auf GitHub ansehen
priority: p3
type: feature request
- Vorherrschende Sprache
- TypeScript
- Sterne
- 227
- Forks
- 38
- Ø Merge
- 5 T. 7 Std.
- Gemergte PRs (30 T.)
- 10
Beschreibung
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Use case
We are using the navigation SDK to do walking route navigation. The routes API supports passing wheelchair accessible routes, but I don't see any option in the navigation SDK for this. Is this something that can be done or a feature that needs to be added to the SDK?
### Proposal
The route options should take the accessibility option.
const routingOptions = {
travelMode: TravelMode.WALKING,
avoidFerries: true,
language: language
};
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.