1
vote
0answers
42 views

Trying to draw multiple routes on a map [closed]

I have a piece of code here that plots a group of points on a map, and then joins them to draw a route. I want to draw multiple routes on the same map though, and I'm not sure how to do that. Can ...
0
votes
2answers
232 views

arrays format (Javascript)

I have a list of users, with minions, something like this: User52: minion10 minion12 User32: minion13 minion11 I've been keeping in an array where the "location" is the ...