bramus / react-native-maps-directions

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

Optimized waypoints list #120

Closed Inseckto closed 4 years ago

Inseckto commented 4 years ago

I needed to get the optimized list of waypoints and I thought it might be useful to add it to the existing response object, since the route calculation already includes it and does not imply any extra effort.

bramus commented 4 years ago

I've merged #139 which is a cleaner implementation/PR that provides this functionality.