In react-native How can we show the route map between multiple points? I want to show the route map between 3 or 4 points in the react-native application.
I referred to google maps API and used https://maps.googleapis.com/maps/api/directions/json? but I was able to show the route map between two points only. How can we show the route map by connecting three or four points in react-native maps?