We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'} />
<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).
The text was updated successfully, but these errors were encountered:
@nicolasdevienne same here, how do you handle it?
Sorry, something went wrong.
Hi @cdcHub! Don't use 'high' from precision...
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: