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
Not sure why it is triggered twice but my problem is when I drag one of the points the console prints:
1173
undefined
undefined
All subsequent drags will only pass the distance param. Never status or location which is a shame as I need to know what the new route is after the user dragged and changed the route.
What am I missing?
The text was updated successfully, but these errors were encountered:
Hey there,
I got the below code:
This prints the below to the console:
Not sure why it is triggered twice but my problem is when I drag one of the points the console prints:
All subsequent drags will only pass the
distance
param. Neverstatus
orlocation
which is a shame as I need to know what the new route is after the user dragged and changed the route.What am I missing?
The text was updated successfully, but these errors were encountered: