Guest User

Untitled

a guest
Jul 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var getDirections = function() {
  2. directions[i].loadFromWaypoints([new GLatLng(route[0][0], route[0][1]), new GLatLng(route[1][0], route[1][1])], {preserveViewport: true});
  3. }
  4. setTimeout("getDirections", 12);
Add Comment
Please, Sign In to add comment