bramus / react-native-maps-directions

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

App crashes on real device (iOS only) for some routes with precision={'high'} #204

Open nicolasdevienne opened 2 years ago

nicolasdevienne commented 2 years ago

I noticed for some routes, app crashes on real device (it works on simulator) if precision={'high'}

For exemple : <MapViewDirections origin={{ latitude: 48.853617, longitude: 2.766628 }} destination={{ latitude: 24.3204765, longitude: 54.5037428 }} precision={'high'} />

If I remove the parameter, it works on real device.

This issue is only for iOS (for Android it's OK).

cdcHub commented 9 months ago

@nicolasdevienne same here, how do you handle it?

nicolasdevienne commented 9 months ago

@nicolasdevienne same here, how do you handle it?

Hi @cdcHub! Don't use 'high' from precision...