bramus / react-native-maps-directions

Directions Component for `react-native-maps`
MIT License
1.25k stars 198 forks source link

Support multiple modes of transportation (walking, driving, etc) for one route #142

Open huntermotte opened 4 years ago

huntermotte commented 4 years ago

It would be useful to see time and distance calculations for different modes of transportation. Ie. 15 min walk, 6 minute drive, etc. This could be potentially used as mode={['WALKING','DRIVING']} and return an object with the typical data for all modes in the array.