-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
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
Render Pre-existing JSON Directions Data in Map #201
Comments
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. |
Hi, I have actually found a solution for this since then, in the directions api response, just save the response.routes[0].overview_path |
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?
The text was updated successfully, but these errors were encountered: