Replies: 1 comment 1 reply
-
You can use simplify-js library to reduce number of points to be passed to polyline, this reduces load on JS bridge, which I believe slows things down for large number of coordinates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please can someone clarify the correct approach to drawing lines between each coordinate that describes a journey on the map from point A to point B? Example: I have 400 coordinates saved for a small journey of 2.5 miles along various roads from point A to B and when I render a Polyline passing in 400 coordinates it takes several seconds to the Polyline to render, which is not ideal performance.
Beta Was this translation helpful? Give feedback.
All reactions