You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docs under IRoute (describes a route through a number of waypoints), there is a property called coordinates
array of L.LatLngs that can be used to visualize the route; the level of detail should be high, since Leaflet will simplify the line appropriately when it is displayed
No worries! We have a question tag specifically for this. I still need to integrate checking StackOverflow for lrm tags regularly into my routine, so for now it's actually better to ask here for visibility.
You could change the coordinates directly, however, it's probably best to interact directly on the waypoints, since this would also update the instructions. You can do that by either using spliceWaypoints as shown in the example here or using setWaypoints directly
Sorry to ask this as it's a question.
In the docs under IRoute (describes a route through a number of waypoints), there is a property called coordinates
I have a starting and end point:
What I would like to do is:
So how do I add custom Latitude and Longitude between the starting and end waypoints?
Is that indeed what coordinates is for? If so how do you access it?
Thank you in advance!
The text was updated successfully, but these errors were encountered: