bramus / react-native-maps-directions

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

Return the order of waypoints, useful when using optimise waypoints #127

Closed raremedia closed 4 years ago

raremedia commented 4 years ago

Had to tweak again to match git latest rather than npm latest.

When using optimise waypoints it's useful to have the updated waypoint order returned.

bramus commented 4 years ago

Hi @raremedia, thanks for this PR.

Before I merge it, could you please:

Thanks!

code-smith commented 4 years ago

@bramus @raremedia is this merged yet?

bramus commented 4 years ago

I've merged #139 which is a cleaner implementation/PR that offers the same functionality.