How to Use Route API Key Instead of Directions API Key in Google Maps
How to Replace Google Directions API (Legacy) with the Route API for Realtime Navigation in React Native
I have this problem using expo with react-native ;(
Google has deprecated the Directions API (see announcement). If you haven't configured it before, it won't be supported anymore.
🔹 Solution: You should use the Routes API instead. Check out the migration guide and update your implementation accordingly.
For React Native, you can use this library: 🔗 react-native-maps-routes, which works with the new Routes API.
Hope this helps! 🚀 Let me know if you need further clarification.
Thanks bro!!
@Mr-emeka how to use multi waypoint in [react-native-maps-routes]