Open blitzve0 opened 2 years ago
I am open to a PR that provides this.
+1 on this feature. Storing the directions api response and sending it to this component with a prop would be nice. Thank you.
+1 on this feature. Storing the directions api response and sending it to this component with a prop would be nice. Thank you.
Hi, I have actually found a solution for this since then, in the directions api response, just save the response.routes[0].overview_path This will give you the latLng array and then we can simply render this latLng array using a basic polyline on a mapview
+1 on this feature. Storing the directions api response and sending it to this component with a prop would be nice. Thank you.
Hi, I have actually found a solution for this since then, in the directions api response, just save the response.routes[0].overview_path This will give you the latLng array and then we can simply render this latLng array using a basic polyline on a mapview
Thank you for your help. That implies not using this library at all, right?
yes basically 😂😂
Hi I have already saved a directions api response on my server, now i only want to load the data and render it using polyline, is their a way to solve this?