bramus / react-native-maps-directions

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

How to condintionally change the precison level? #189

Open Dani-Boy92 opened 2 years ago

Dani-Boy92 commented 2 years ago

I want to conditionally change the precision of the route (higher precision if start and destination are close together, lower precision if they are far apart). I already tried to change it "on the fly", but the route is not recalculated. Is there a recommended way for this?